sleemanj / xinha

WYSIWYG HTML Editor Component (turns <textarea> into HTML editors)
http://trac.xinha.org/
Other
13 stars 2 forks source link

Issues with table operations (Trac #1550) #1550

Closed sleemanj closed 3 years ago

sleemanj commented 13 years ago

Insert cell option

Click on "insert cell after/before" option, this results in new column creation on right hand side. One of its cell has the shifted value, rest of the cells are not usable. I am not able to have any content in them (attachment - unusable_cells)

Table layout when its not 100%

When table layout is not 100% and I continue to add more data, like list of points - the bullets merges with last column of the table. And its only visible when saved otherwise it appears to be okay.(attachment - list_table_merge)

Insert column

When I click on insert column, it does work but it inserts columns with very thin or invisible borders by default, particularly when there is big table with loads of content. At first I thought the button is not working at all until I spotted it in a smaller table.

Reported by guest, migrated from http://trac.xinha.org/ticket/1550

sleemanj commented 13 years ago

Attachment: list_table_merge.jpg

sleemanj commented 13 years ago

Attachment: unusable_cells.jpg

sleemanj commented 13 years ago
sleemanj commented 13 years ago

ejucovy changed milestone to Improved table support

sleemanj commented 13 years ago

The unusable cells are as expected, inserting a cell is not inserting a column, it's only inserting a cell.

1390 Commits a couple of new config options to make things simpler and less confusing 1291 Adds some improvements for using the table properties border specifications

The list issue looks like CSS overflow, I don't think there's much to be done, if you've set a specific size and you put more in it than fits, what to do, the user can resize (see WebKitResize plugin to allow resizing tables and cells, even for Gecko)

The insert column issue, I dont' think there's much to be done again, if you've set a specific size on a table or it's cells and add a column... what to do. The table border changes in 1391 maybe will help.