Opened 11 years ago
Last modified 11 years ago
#11247 assigned Bug
Dead code in htmldataprocessor.html TC — at Version 1
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
There is bad TC called test avoid having inline event handlers executed
in dt\core\htmldataprocessor.html
The reason is that it attempts to execute editorBot#setData multiple times (using doTest
function. setData does call wait
and resume
inside itself so any code after first wait() call will not be executed.