Width setting not being respected
borfast - September 19, 2007 - 10:10
| Project: | YUI Rich Text Editor |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | BooDy |
| Status: | closed |
Jump to:
Description
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.

#1
I 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
#2
Easy fix: The line #120 has
.variable_get('yui_weight', '500').");but the variable name should be
'yui_width'#3
This bug is fixed in 5.x-1.0
Thanks for the hint eporama :)
#4