Home » Eclipse Projects » Remote Application Platform (RAP) » error occurs occasionally when using MARKUP_ENABLED img tag
error occurs occasionally when using MARKUP_ENABLED img tag [message #1074051] |
Thu, 25 July 2013 22:00  |
Eclipse User |
|
|
|
hi,
I downloaded the new nightly build that fixs MARUP_ENABLED for img herf event, I think it works well, but error occurs occasionally
Error: TypeError: targetElement.tagName is undefined
stack: .members._findHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51811
.members._checkAndProcessHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51788
.members._onMouseUp@http://localhost:10080/rwt-resources/rap-client.js:51759
.members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6261
.members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
.members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
.members.dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6191
.statics._onmouseevent_post@http://localhost:10080/rwt-resources/rap-client.js:17363
.statics._processMouseEvent<.default@http://localhost:10080/rwt-resources/rap-client.js:17295
.statics._onmouseevent@http://localhost:10080/rwt-resources/rap-client.js:17225
.statics.bind/wrap@http://localhost:10080/rwt-resources/rap-client.js:5725
fileName: http://localhost:10080/rwt-resources/rap-client.js
lineNumber: 51811
columnNumber: 8
Stack: .members._findHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51811
.members._checkAndProcessHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51788
.members._onMouseUp@http://localhost:10080/rwt-resources/rap-client.js:51759
.members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6261
.members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
.members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
.members.dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6191
.statics._onmouseevent_post@http://localhost:10080/rwt-resources/rap-client.js:17363
.statics._processMouseEvent<.default@http://localhost:10080/rwt-resources/rap-client.js:17295
.statics._onmouseevent@http://localhost:10080/rwt-resources/rap-client.js:17225
.statics.bind/wrap@http://localhost:10080/rwt-resources/rap-client.js:5725
Debug: on
Best Regards
David
|
|
|
Re: error occurs occasionally when using MARKUP_ENABLED img tag [message #1074117 is a reply to message #1074051] |
Fri, 26 July 2013 02:36   |
Eclipse User |
|
|
|
Hi,
that's interesting. Does it happen in all browsers - IE 8,9,10, Firefox,
Chrome, Opera? Is your widget List or Table?
Best,
Ivan
On 7/26/2013 5:00 AM, Song David wrote:
> hi,
> I downloaded the new nightly build that fixs MARUP_ENABLED for img
> herf event, I think it works well, but error occurs occasionally
> Error: TypeError: targetElement.tagName is undefined
>
> stack:
> .members._findHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51811
> members._checkAndProcessHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51788
>
> members._onMouseUp@http://localhost:10080/rwt-resources/rap-client.js:51759
>
> members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6261
>
> members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
>
> members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
>
> members.dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6191
>
> statics._onmouseevent_post@http://localhost:10080/rwt-resources/rap-client.js:17363
>
> statics._processMouseEvent<.default@http://localhost:10080/rwt-resources/rap-client.js:17295
>
> statics._onmouseevent@http://localhost:10080/rwt-resources/rap-client.js:17225
>
> statics.bind/wrap@http://localhost:10080/rwt-resources/rap-client.js:5725
>
> fileName: http://localhost:10080/rwt-resources/rap-client.js
> lineNumber: 51811
> columnNumber: 8
> Stack:
> .members._findHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51811
> members._checkAndProcessHyperlink@http://localhost:10080/rwt-resources/rap-client.js:51788
>
> members._onMouseUp@http://localhost:10080/rwt-resources/rap-client.js:51759
>
> members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6261
>
> members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
>
> members._dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6273
>
> members.dispatchEvent@http://localhost:10080/rwt-resources/rap-client.js:6191
>
> statics._onmouseevent_post@http://localhost:10080/rwt-resources/rap-client.js:17363
>
> statics._processMouseEvent<.default@http://localhost:10080/rwt-resources/rap-client.js:17295
>
> statics._onmouseevent@http://localhost:10080/rwt-resources/rap-client.js:17225
>
> statics.bind/wrap@http://localhost:10080/rwt-resources/rap-client.js:5725
>
> Debug: on
>
> Best Regards
> David
--
Ivan Furnadjiev
Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/
Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
|
|
| | | | | | | |
Re: error occurs occasionally when using MARKUP_ENABLED img tag [message #1074618 is a reply to message #1074615] |
Sat, 27 July 2013 04:39   |
Eclipse User |
|
|
|
Hi,
thanks for the screenshots, but they don't help much. The problem is in
the exact DOM (HTML) elements configuration. That's why I need a test
project to reproduce and trace the issue. I've played a lot with
Table/Tree with different configurations of the markup, but I can't
reproduce the issue in any browser. Fixing something blindly will not
lead to anywhere.
Best,
Ivan
On 7/27/2013 11:30 AM, Song David wrote:
> Hi Ivan,
> I created a little test project, only one table in it, but it run ok.
> I give a screen shot of runing in chrome, hoping it useful for you
>
>
--
Ivan Furnadjiev
Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/
Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
|
|
| | | | |
Goto Forum:
Current Time: Wed Jul 23 06:51:34 EDT 2025
Powered by FUDForum. Page generated in 0.06516 seconds
|