Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2008 at 00:09 UTC
Updated:
4 Feb 2008 at 16:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
dvessel commentedThe line break is missing in a few places. The problem is noticeable in the theme config page where the secondary tabs push into the right sidebar.
The issue is not isolated with IE. Seems to happen in all browsers and it's by design I think. Line breaks only happen when there's a space or any other character. Ends up treating the whole list like a single string with nothing in-between.
Also removes a stray li close tag for blog pages found when looking into this issue so it's included.
Comment #2
catchdvessel: that's quite possible, I ran into this combined with IE not supporting :after - which would insert some whitespace, so it could be all browsers yeah. Thanks for looking into this in more depth, will take a proper look tomorrow.
Comment #3
dvessel commentedThis is also affecting rtl list items by preventing it from swapping the positioning.
http://drupal.org/node/203260
Comment #4
gábor hojtsySubscribe
Comment #5
druvision commentedVerified - patching Drupal 6.0 RC2 solved the RTL issue.
Amnon
-
Professional: Drupal Israel | Drupal Development & Consulting | Eco-Healing | Effective Hosting Strategies | בניית אתרים
Personal: Hitech Dolphin: Regain Simple Joy :)
Comment #6
gábor hojtsyLooks good, thanks Amnon for validating. Committed.
Comment #7
dvessel commentedGábor, there were other issues with RTL. Although this patch fixes wrapping problems, rtl gets a lot stranger.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.