Opened 14 years ago
Closed 14 years ago
#7736 closed Bug (duplicate)
Horizontal list changed to vertical when click in it
Reported by: | datalink | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.1 |
Keywords: | Cc: |
Description
I have a horizontal menu made by an unordered list. If I open this menu all LIs are horizontal. If I click on a list element this element is changed to vertical.
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Copy this to demo and click on a link.
<div style="text-align: center"> <ul style="margin: 10px 0px; padding: 5px 0px; background-color: #B58D45; list-style: none;"> <li style="margin: 0px 20px; padding: 0px; display: inline;"><a href="index.php?page=home">Homepage</a></li> <li style="margin: 0px 20px; padding: 0px; display: inline;"><a href="index.php?page=test1">Testpage 1</a></li> <li style="margin: 0px 20px; padding: 0px; display: inline;"><a href="index.php?page=test2">Testpage 2</a></li> <li style="margin: 0px 20px; padding: 0px; display: inline;"><a href="index.php?page=test3">Testpage 3</a></li> <li style="margin: 0px 20px; padding: 0px; display: inline;"><a href="index.php?page=test4">Testpage 4</a></li> </ul> </div>
comment:3 Changed 14 years ago by
Status: | pending → confirmed |
---|---|
Version: | 3.5.3 → 3.5.1 |
Confirmed - for FireFox browsers from CKEditor version 3.5.1
comment:4 Changed 14 years ago by
One more thing: the source code stays untouched. The view page option shows the correct output. Also switching between source and wysiwyg modes bring back the correct list view.
Only the wysiwyg mode acts weird.
comment:5 Changed 14 years ago by
Status: | confirmed → pending |
---|
@j.swiderski, this looks like a DUP of #7221, which should have been fixed on trunk. Can you confirm it?
comment:6 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | pending → closed |
My mistake - it works in trunk version.
DUP of #7221
Could you provide us with an example file/files (html, css, js etc.) which you are using to get this result?