Ticket #193 (assigned enhancement)
Better table editing UI
Reported by: | vlmonk | Owned by: | mr_lundis |
---|---|---|---|
Priority: | major | Milestone: | 2.0 |
Component: | ui | Version: | trunk |
Keywords: | Cc: |
Description (last modified by mr_lundis) (diff)
Better support for table editing needed, like the Mozilla "editing markers" or at least toolbar buttons.
Attachments
Change History
Changed 2 years ago by vlmonk
- attachment chrome.png added
comment:1 Changed 2 years ago by vlmonk
- Summary changed from no table editing markers in google chrome to Chrome: no table editing markers.
comment:2 Changed 2 years ago by TylerRick
This problem affects me too. Fortunately it does work in Firefox still.
comment:3 Changed 2 years ago by mr_lundis
- Description modified (diff)
- Component changed from editor to ui
- Summary changed from Chrome: no table editing markers. to Better table editing UI
- Priority changed from minor to major
- Milestone changed from 0.5 to 0.6
- Type changed from defect to enhancement
The editing markers is not a WYMeditor feature, but a feature of the Mozilla designMode implementation.
comment:4 Changed 2 years ago by mr_lundis
- Owner changed from jf.hovinne to mr_lundis
- Status changed from new to assigned
comment:5 Changed 20 months ago by weswinham
I have a working implementation in a github branch here: http://github.com/winhamwr/wymeditor/tree/table_editing
I have unit tests on row/column add/remove and they're all passing except for cases with rowspan and colspan. I'm still working through the way I think things should work whenever you try and add a column while inside a colspan, for example.
I'd also like to do some cell merging.
screenshot