Widgets: Window: Resizing a window throws an error
--------------------------------------------------
Key: XAP-376
URL: https://issues.apache.org/jira/browse/XAP-376
Project: XAP
Issue Type: Bug
Components: Widgets: Windows and Dialogs
Reporter: Trevor Oldak
Open the window widget component test.
Resize a window and check your javascript console. The following error is
thrown:
xapcore.js line 121
node has no properties
getBorderBox(null)xapcore.js (line 14225)
overElement(null, mousedown clientX=0, clientY=0)xapcore.js (line 14428)
onClick(mousedown clientX=0, clientY=0)xapcore.js (line 17910)
run()xapcore.js (line 11248)
(no name)()xapcore.js (line 11147)
_9df([Object, "onClick", null, 4 more...])xapcore.js (line 11221)
_9ef()xapcore.js (line 11235)
forEach([[Object onKeyDown$joinpoint=Object, "onMouseDown", null, 4 more...],
[Object, "onClick", null, 4 more...]], function(), undefined)xapcore.js (line
1598)
run()xapcore.js (line 11259)
(no name)()xapcore.js (line 11147)
[Break on this error] throw _12||Error(_11);
This error is thrown as soon as the corner of the window is clicked, so no
actual resizing needs to be done.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.