Pascal Hartig

Results 124 comments of Pascal Hartig

Interesting. This must be related to the order in which AngularJS initializes the directives. But if something goes wrong during the initialization, you should usually see an error. Is there...

@brutto It's a known bug with Masonry and I'm not aware of any work-arounds we can implement here. If you got any ideas, I'd be delighted to review a PR...

@jorguema I haven't tried this myself. Do you have example code for this?

Haven't dug into this yet, but maybe the "event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future." log message...

Oh, never mind. jQuery 1.7 doesn't actually use event.layerX/layerY anymore, so this can't be the source of the positioning issue.

@schnell's branch works great for me: https://github.com/schell/hdevtools/commit/fde2ae89430bc7bb5349270040bb430d498caaf4

Here's a diff of the tags backups before and after. Please note that the additions at the bottom are my attempt to restore the old behavior, but I stopped doing...

While I don't have a good way to prove my hypothesis, I hacked a small script together to replace the non-uuid identifiers for tags: ``` python #!/usr/bin/env python3 import json...

I'm very much in favor of this! It seems to be one of the main reasons why people use their own styling instead of building on top of ours for...