#6626 closed defect (fixed)
Layout issue when box width overlaps with PageOutline macro
Reported by: | Ryan J Ollos | Owned by: | Alexander Slesarev |
---|---|---|---|
Priority: | normal | Component: | CodeExampleMacro |
Severity: | normal | Keywords: | |
Cc: | Hohenems | Trac Release: | 0.11 |
Description
I see this issue when using the PageOutline macro, but it would probably occur with any box in the sidebar, such as the NewsFlashMacro or FullBlogPlugin BlogList
macro.
Here is the wiki markup:
[[PageOutline(2-5,Code Examples,pullout)]] = Code Examples = == Simple Code Example == {{{ #!CodeExample #!python def apply_timer(self): timer = QTimer(self) self.connect(timer, SIGNAL('timeout()'), self.update_statusbar) timer.start(settings.HINTS_UPDATE_PERIOD) }}} == Bad Code Example == {{{ #!BadCodeExample #!python def create_hint_list(self): self.hints.extend(self.globals.get_hint_list()) }}}
Attachments (2)
Change History (8)
Changed 15 years ago by
Attachment: | OverlapWithPageOutlineMacro.png added |
---|
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Changed 15 years ago by
Attachment: | LayoutIssueInSeaMonkey.png added |
---|
comment:3 Changed 15 years ago by
The issue with SeaMonkey is related with the "float:right" attribute I've added recently. Unfortunately, I don't know how to fix it correctly, but in other modern browsers it works fine.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The subj issue have been fixed in r7624.
comment:5 Changed 15 years ago by
Thanks for fixing that, it looks really good now. I wasn't worried about the SeaMonkey issue, I just pointed it out in case it helped with reproducing layout problems. Looks like you might have fixed that as well though in [7627]? I won't be able to test all the other changes for a few days since my Ubuntu VM decided to stop booting up today.
comment:6 Changed 14 years ago by
Cc: | Hohenems added; anonymous removed |
---|
Keep posting stuff like this i really like it
Possibly related is the following layout issue in the SeaMonkey browser.