Opened 13 years ago

Closed 13 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:

  1. Open the Ajax sample in IE8.
  1. 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>

  1. Switch back to WYSIWYG mode.
  1. Right click on the bulleted list to display the context menu.
  1. 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 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.5.4 (SVN - trunk)3.3.2

comment:2 Changed 13 years ago by Garry Yao

Shares the same reason with #7472 where resize handler eclipsed the context menu.

comment:3 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: confirmedclosed

Just noted that #7472 is is closed, let's mark this one as a DUP also.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy