id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 6626,Layout issue when box width overlaps with PageOutline macro,Ryan J Ollos,Alexander Slesarev,"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. [[Image(OverlapWithPageOutlineMacro.png)]] 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()) }}} }}}",defect,closed,normal,CodeExampleMacro,normal,fixed,,Hohenems,0.11