Bug #3721
closedWTextEdit break WTemplate.
0%
Description
Inserting a WTextEdit in a WTemplate prevent the event of all widget in the template.
Joining a demo code.
The line "Expecting this line to appear" should appear, when the "Save" buttun is pressed.
It don't appear when "post" is binded, and everything work find if "post" is commented.
Files
Updated by Daniel Giguere almost 10 years ago
Testing showed that reparenting the parent with addChild() generate the problem.
Updated by Koen Deforche almost 10 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.4
Updated by Koen Deforche almost 10 years ago
- Status changed from InProgress to Feedback
Hey,
I can't reproduce this with Firefox or Chrome. I get the following the log file (if I change 'debug' to 'info' since debug by default is not shown):
[2015-Jan-24 22:13:39.691488] 85411 [/ HWJFSReYuWsuEg2t] [info] "Expecting this line to appear"
127.0.0.1 - - [2015-Jan-24 22:13:39.692688] "POST /?wtd=HWJFSReYuWsuEg2t HTTP/1.1" 200 49
This is with latest git but I expect the same behavior from 3.3.4rc1. Do you get the wrong behavior on a specific platform? Any more hints on how to reproduce this?
Regards,
Koen
Updated by Daniel Giguere almost 10 years ago
I'm testing with Wt 3.3.3, using the buildin httpd server on ubuntu 14.04, using ubuntu lattest firefox (35.0.1).
Updated by Daniel Giguere almost 10 years ago
Tested with 3.3.4-rc1, on both release and debug mode, on both firefox and the lattest chrome (40.0.2214.93).
None of them register the event. (I did change the log to info).
Updated by Daniel Giguere almost 10 years ago
Note: I'm using TinyMCE version 4.
Could it be linked to feature 1905 ?
Updated by Koen Deforche over 9 years ago
Perhaps it's related to a specific (newer) version of TinyMCE? What version do you use exactly?
Updated by Benoit Daccache about 9 years ago
- Target version changed from 3.3.4 to 3.3.5
Test with latest version of tinyMCE
Updated by Benoit Daccache about 9 years ago
- Status changed from Feedback to Resolved
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed