Opened 14 years ago
Closed 14 years ago
#7586 closed Bug (duplicate)
BiDi: IE8: Bulleted list dialog not displaying with RTL Bulleted list
Reported by: | James Cunningham | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.2 |
Keywords: | IBM IE8 | Cc: | Damian, Satya Minnekanti, Teresa Monahan |
Description
Steps to reproduce the defect:
- Open the Ajax sample in IE8.
- paste the following code into the source view.
<ul dir="rtl"> <li> list item 1</li> <li> list item 2</li> <li> list item 3</li> <li> list item 4</li> <li> list item 5</li> <li> list item 6</li> <li> list item 7</li> <li> list item 8</li> <li> list item 9</li> <li> list item 10</li> <li> list item 11</li> <li> list item 12</li> <li> list item 13</li> <li> list item 14</li> <li> list item 15</li> </ul> <p dir="rtl"> paragraph 1</p>
- Switch back to WYSIWYG mode.
- Right click on the bulleted list to display the context menu.
- Click on the bulleted list properties option in the context menu.
Expected: The Bulleted List Properties dialog is displayed.
Actual: The Bulleted List Properties dialog is not displayed.
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5.4 (SVN - trunk) → 3.3.2 |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Just noted that #7472 is is closed, let's mark this one as a DUP also.
Shares the same reason with #7472 where resize handler eclipsed the context menu.