Project:YUI Rich Text Editor
Version:5.x-1.0
Component:User interface
Category:bug report
Priority:critical
Assigned:BooDy
Status:closed (fixed)

Issue Summary

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

#1

Priority:normal» critical

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

Version:5.x-2.x-dev» 5.x-1.0
Assigned to:Anonymous» BooDy
Status:active» fixed

This bug is fixed in 5.x-1.0
Thanks for the hint eporama :)

#4

Status:fixed» closed (fixed)