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

vm’s picture

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

eporama’s picture

Easy fix: The line #120 has

.variable_get('yui_weight', '500').");

but the variable name should be 'yui_width'

BooDy’s picture

Version: 5.x-2.x-dev » 5.x-1.0
Assigned: Unassigned » BooDy
Status: Active » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)