Opened 19 years ago

Last modified 18 years ago

#427 closed Bug

Bulleted lists don't align properly in Firefox — at Initial Version

Reported by: Mike Koepke Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Styles Version: SVN (FCKeditor) - Retired
Keywords: Confirmed Firefox Cc:

Description

Centering and right justifying a bulleted list doesn't behave properly in Firefox. IE7 worked correctly.

Using the test site:

  1. Create a simple bulleted list. Hit UL on toolbar
  2. Enter line 1, enter, line 2, enter, line 3, line 4
  3. Highlight the list and hit Center Justify. Line x test is justified but bullets remain left justified.

Source created: <ul>

<li> <div align="center">Line 1</div> </li> <li> <div align="center">Line 2</div> </li> <li> <div align="center">Line 3</div> </li> <li> <div align="center">Line 4</div> </li>

</ul>

  1. Repeating to right justify. Text is correctly right justified but bullets stay left justified.

Note: Make sure that the browser cache is cleared before trying to reproduce.

Change History (0)

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