https://bugzilla.wikimedia.org/show_bug.cgi?id=48734

       Web browser: ---
            Bug ID: 48734
           Summary: VisualEditor: Toolbar should clear float to avoid
                    misalignment by extra elements
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Editing Tools
          Assignee: rm...@wikimedia.org
          Reporter: krinklem...@gmail.com
                CC: jforres...@wikimedia.org, krinklem...@gmail.com,
                    rm...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

On wikis where certain "topicons" are moved out of the mw-content-text wrapper
into the root of #content the VisualEditor toolbar shows a weird blank space.

The icons in question are invisible due to float overlap, but they do push down
the toolbar and occupying space to the right of the "Save and review" button
thus pushing it and the rest of ve-ui-toolbar-actions to the left.

To reproduce this situation, run the following one or more times:

    $('#content').prepend(
        '<div class="mw-topicon" style="display: block; width: 20px; height:
20px; background: pink; float: right; margin-left: 3px;">x</div>'
    );

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to