maemo.org Bugzilla – Bug 10149
CSS for editing renders a messed up page on 1280*768
Last modified: 2010-09-16 19:29:19 UTC
You need to log in before you can comment on or make changes to this bug.
SOFTWARE VERSION: Konqueror 4.3.1 'release 6' EXACT STEPS LEADING TO PROBLEM: click 'edit' on a wiki page, using Konqueror & 1280x768 laptop EXPECTED OUTCOME: not sure about, but better than now :-) ACTUAL OUTCOME: navigation bar on the right overlaps the textedit box (see screenshot) REPRODUCIBILITY: always EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: Workaround for me: click 'Show preview' so if I'm lucky the textedit box moves down below the navigation area User-Agent: Mozilla/5.0 (compatible; Konqueror/4.3; Linux; de) KHTML/4.3.1 (like Gecko) SUSE
Created an attachment (id=2699) [details] screenshot showing the menu covering the textbox
Hi! I have documented how the wiki is put together here: http://wiki.maemo.org/Maemo.org_team/Updating_maemo.org_sites#wiki.maemo.org - perhaps you would like to try to make some changes to CSS which meet your approval, and submit a proposed change/patch which I can get applied and deployed? If not, are there any other Konqueror users who might like to have a go? Thanks! Dave.
Dave, I would like to pass this bug to you, if you don't mind. I don't have Konqueror either. Hopefully you will get feedback or -better yet- a patch from Konqueror users soonish.
changing of konqueror settings "appearance - fonts - minimal_fontsize" from 9 to 5 "fixes" the problem. This is no viable fix for the issue though, it's more a hint where to look. Obviously the width of the edit box is calculated based on font char_width. On certain fontsize settings this leads to overlap of edit box and navigation area. Proposed fix: base calculation of edit box width on percent of (screen_width minus width_of_navigation_area), not on any (char font size * num_of_cols). tell me if you need screenshots of konqueror with different min_fontsize settings HTH jOERG
on a sidenote: in konqueror the navigation area has captions * Navigation * Views * Toolbox while in FireFox the Toolbox section is completely missing in navigation area ps2: a setting of 8 for min_fontsize in konqueror makes it look absolutely pretty, better than FireFox :-D
Created an attachment (id=2967) [details] konqueror with min_fonsize=8 looks nice
The HTML for that input box is: <textarea tabindex='1' accesskey="," name="wpTextbox1" id="wpTextbox1" rows='25' cols='80' >Page text</textarea> You can set the number of columns in the edit box as an option here: http://wiki.maemo.org/Special:Preferences in the Editing tab I could certainly add a style="width:" attribute to the text area - it appears from some quick experiments that would solve the problem - but I would suggest it's better for "funny" browsers to reduce the number of cols to 50 rather than 80? Otherwise, I might end up changing the width for everyone & making it narrower than a user-set preference.