Opened 12 years ago
Last modified 12 years ago
#11247 assigned Bug
Dead code in htmldataprocessor.html TC — at Initial Version
| Reported by: | Marek Lewandowski | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
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.
