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:
- 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.
