= Description = Using konqueror the editbar chars are ugly positioned if you change the charsize of the browser to lowest charsize. They are striked through by the horizontal rule == Steps to reproduce == this wiki change in konqueror the charsize == Example == ##Add URL that show the bug, screenshot or test wiki markup that fail... ##URL: ##attachment:screenshot.png ##{{{ ##Example wiki markup that fail ##}}} == Details == this wiki ## If you got a traceback, please save the traceback page as html and attach here: ## attachment:traceback.html ## if the bug is in this wiki, just kill the table and write: This Wiki. ## If a traceback is not available, please fill in the details here: || '''!MoinMoin Version''' || || || '''OS and Version''' || || || '''Python Version''' || || || '''Server Setup''' || || || '''Server Details''' || || == Workaround == remove the height entry from .editbar (screen.css) {{{ .editbar { clear: both; display: block; margin: 0; padding: 0 8px; white-space: nowrap; /*height: 2.6em; /* this has to be adapted to user's font size! fragile! It is differently broken depending on the stuff following it. 2em looks good on MoinMoin:AnyPage, but not on RecentChanges! */ background: white; font-size: 0.8em; /* 13px */ } }}} = Discussion = Breaks opera9rc, behaves like height==0. Looks like a Opera bug as it works for IE, Firefox and even Opera 8.5. = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: ThomasWaldmann * Status: fixed in moin-1.5 patch-291, thanks Reimar! ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinBugFixed