Closed (fixed)
Project:
YUI Rich Text Editor
Version:
5.x-1.0
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
19 Sep 2007 at 10:10 UTC
Updated:
16 Oct 2007 at 01:21 UTC
The YUI editor is not respecting the width setting, it always shows up with the same dimensions, no matter the width I set in its settings page.
Comments
Comment #1
vm commentedI can verify this bug. the editor does not change regardless of width setting. Height setting does seem to work properly.
I am using the yui library 2.3.1 with the garland theme
Comment #2
eporama commentedEasy fix: The line #120 has
.variable_get('yui_weight', '500').");but the variable name should be
'yui_width'Comment #3
BooDy commentedThis bug is fixed in 5.x-1.0
Thanks for the hint eporama :)
Comment #4
(not verified) commented