Bug 115102 - Dokuwiki editor widget isn't resized
Summary: Dokuwiki editor widget isn't resized
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.4.92
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 09:03 UTC by Hasso Tepper
Modified: 2008-05-05 01:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hasso Tepper 2005-10-26 09:03:51 UTC
Version:           3.4.92 (using KDE 3.4.92 (beta2, >= 20051010), compiled sources)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.13.4-rt14

Take http://wiki.splitbrain.org/wiki:playground for example and click on "Edit this page" button. You can change size of editor widget by clicking on arrows in the right lower corner of the widget. In Firefox and Opera the size of widget is changed immediately, in Konq it isn't. The new size is stored in the cookie though and next time you go to the edit page, editor widget has the new size in Konq as well.
Comment 1 Maksim Orlovich 2005-10-26 14:38:58 UTC
The interesting bit is:

  var textarea = document.getElementById('wikitext');
  var height = parseInt(textarea.style.height.substr(0,textarea.style.height.length-2));
  height += val;
  textarea.style.height = height+'px';

so somehow changing style.height doesn't recompute stuff.
Comment 2 FiNeX 2008-04-06 22:38:04 UTC
Even this bug has been fixed on konqueror 4.0.3 :-)
Comment 3 FiNeX 2008-05-05 01:20:19 UTC
The bug has been fixed on Konqueror 4. Bug closed