Ticket #1156 (assigned enhancement)

Opened 2 years ago

Last modified 4 months ago

Editor: implement tables

Reported by: guest Owned by: liucougar
Priority: normal Milestone: 1.2
Component: DojoX Widgets Version: 0.3
Severity: normal Keywords:
Cc:

Description

Need table improvements. Dialog with rows/columns, borders, etc. I suggest a default of 1 row, 2 col, no border. Gecko has inline edit tools but IE needs row/column tools. Both need cell/row/table format dialog.

To see tables with no borders for editing purposes, the RichText? component needs to show td tags... e.g: td {border: 1px dotted #F00;}

I tried adding the above as part of the init - but if you're editing a file with it's own html&body tags, this doesn't work in IE. Worst case is that this style gets inserted into actual content and then filtered out on submit.

Change History

Changed 2 years ago by guest

  • owner changed from anonymous to bill
  • component changed from General to Widgets

Changed 2 years ago by dylan

  • owner changed from bill to liucougar
  • milestone set to 0.5

Changed 23 months ago by b at cce dot ac dot nz

I've submitted a richtext.js patch to improve inserttable. http://trac.dojotoolkit.org/ticket/1280

Changed 23 months ago by liucougar

  • status changed from new to assigned
  • milestone changed from 0.5 to 0.4

Changed 23 months ago by liucougar

insert/delete table is already implemented in the new editor2

other format will be added later

Changed 22 months ago by liucougar

  • milestone changed from 0.4 to 0.5

Changed 21 months ago by dylan

  • component changed from Widgets to Editor

Changed 12 months ago by liucougar

  • milestone changed from 0.9 to 1.0

Changed 11 months ago by bill

  • component changed from Editor to Dojox
  • milestone deleted

Changed 7 months ago by peller

  • summary changed from Editor/Editor2 tables to Editor: implement tables

There currently is no table support in the editor. Are there browser limitations? a11y issues? or can we port this and schedule for a milestone? Should this be in Dijit or should we start a new dojox.editor project?

Changed 4 months ago by dylan

  • milestone set to 1.2

Moving to 1.2 to get a decision made on this.

Changed 4 months ago by bill

  • component changed from Dojox to DojoX Widgets

I'm not inclined to add table support to the Editor in dijit but maybe you can change my mind.

Note: See TracTickets for help on using tickets.