Ticket #131 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

Width problem

Reported by: Rob Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

I just don't get it.

When I do:

var editor = null; function initEditor(id) {

editor = new HTMLArea(); var cfg = editor.config;

cfg.width = '100%'; cfg.height = '200px';

HTMLArea.replace(id, cfg);

}

, the xinha textbox is displayed as 100 *pixels*, not percent. I've had this problem with htmlarea too, some months ago. I really don't understand what I'm doing wrong. Thanks,

Rob

Change History

Changed 8 years ago by gogo

  • component changed from Plugin - Fullscreen to Xinha Core

Percent doesn't work. Simple as that sorry. Work is underway (slowly :( ) on fixing up the sizing (and resizing) of the editor, I don't know yet if % widths will be part of that or not.

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

This was all fixed long time ago now.

Note: See TracTickets for help on using tickets.