https://bugzilla.wikimedia.org/show_bug.cgi?id=55465
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|VisualEditor: link |VisualEditor: Link |inspector not working |inspector suggestions |properly |sometimes aren't displayed --- Comment #5 from Roan Kattouw <[email protected]> --- Yup, I can reproduce this now. It looks like in some cases, the selection dropdown isn't shown properly, it retains display:none; and height:0; (but the suggestions are there, I can see them in the DOM inspector). I think this may have to do with the unreliable behavior of nested .show() calls in jQuery in Firefox: I've observed that sometimes, calling .show() on a container doesn't immediately cause its children to evaluate as visible, which means that calling .show() on those children is a no-op because .show() refuses to touch things whose parent is hidden. The height:0 is likely due to trying to measure a hidden element. CC Trevor. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
