Ticket #427 (closed Bug: fixed)
Bulleted lists don't align properly in Firefox
| Reported by: | mkoepke | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Styles | Version: | SVN (FCKeditor) |
| Keywords: | Confirmed Firefox | Cc: |
Description (last modified by martinkou) (diff)
Centering and right justifying a bulleted list doesn't behave properly in Firefox. IE7 worked correctly.
Using the test site:
- Create a simple bulleted list. Hit UL on toolbar
- Enter line 1, enter, line 2, enter, line 3, line 4
- 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> - 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
Note: See
TracTickets for help on using
tickets.