Ticket #62 (closed defect: wontfix)
No initial container error.
Reported by: | Scott | Owned by: | jf.hovinne |
---|---|---|---|
Priority: | minor | Milestone: | 0.4 |
Component: | editor | Version: | trunk |
Keywords: | container, init, empty text | Cc: |
Description
When Wymeditor first loads in FF 2.0 (Mac), if there is no existing container, the container switchTo() function completely breaks. If one opens the HTML source and manually creates a block level element, the containers then function normally. Also, if text is entered, then made bold, italic, etc. then the container changed, it functions normally. This is the case with v0.3 of Wymeditor. I have not tested this with v0.4Beta.
Change History
comment:1 Changed 5 years ago by jf.hovinne
- Priority changed from major to minor
- Status changed from new to assigned
- Milestone changed from 0.3.1 to 0.4
comment:2 Changed 5 years ago by jf.hovinne
- Status changed from assigned to closed
- Resolution set to wontfix
Actually some issues occur while creating the node (e.g. setting the focus), instead of switching.
The supported way to create a container is to hit a key (that will create a P), and then switch to the needed one.
I'd prefer to keep this behaviour for current and next branches, unless somebody finds an effective solution.
What do you mean by 'completely breaks'? Do you get any error message?
Or perhaps clicking on a container selector should create the node instead of switching the selected one?