Page MenuHomePhabricator

OOjs UI: Toolbar menu width isn't working in IE11 any more
Closed, ResolvedPublic

Description

IE11 bullet list overflow

VE-> in IE11 click on Bullet list or on Insert menu toolbox options.
The displayed options will overflow the drop-down menu area(the screenshots are attached).

Note: Text format options(Paragraph etc, and font format options menus) are fine.

IE11_bullet_list.png (768×1 px, 252 KB)


See also:
T74640: OOjs UI: [Regression] Menu width isn't working in IE11 any more – see VisualEditor's 'Page options' drop down menu

Details

Reference
bz72592

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:55 AM
bzimport set Reference to bz72592.

Created attachment 16917
Insert drop-down menu overflow

Attached:

IE11_Insert_list.png (768×1 px, 253 KB)

The same issue(overflow) is for the Font formatting drop down options.

This is caused by some IE bugs with display: inline-table. Applying the set of patches from T78499, which gets rid of it, fixes the issue.