Community
Participate
Working Groups
Build Identifier: 20100917-0705 Hallo to all, i have a problem with change section. At the binning of an editor is a combo box. Under this is a section. The section has a table or text field. With the combo box you can change the section. When I switch die section very fast with the arrow keys and all section from the same type, it is not a problem, but when the types are different. It coms a Javascript exception: TypeError: this._rows is null. The problem is in all Browsers. Eclipse: 3.6 64bit RAP 1.4 Thanks Alexander Reproducible: Always
Created attachment 199955 [details] Test project to replication the error Test project to replication the error
Alex, my investigation shows that the javascript error is in the same place (Table.js#_sendResolveItemsRequest) like in bug 349649. That's why I will mark this bug as duplicate of bug 349649. Could you try the patch attached there - attachment 198189 [details]? *** This bug has been marked as a duplicate of bug 349649 ***
I do the code snippit in the js-file, but it has no effect.
Did you apply the patch correctly? Are you running your application in "debug" mode (set client library variant to debug in you launch configuration)?
In "debug" mode the patched Table.js will be used. In "standard" mode, precompiled compressed client.js file is used. If you want to test your application in "standard" mode you have to rebuild the client.js. See https://github.com/ralfstx/rap-clientbuilder.
Alex, with the patch (attachment 198189 [details]) for bug 349649 applied I can't reproduce this error anymore.
Ivan, thanks for your help. It was my first time to path rap.
(In reply to comment #7) Can you confirm now that the patch (attachment 198189 [details]) for bug 349649 solves your problem?
(In reply to comment #8) > (In reply to comment #7) > Can you confirm now that the patch (attachment 198189 [details]) for bug 349649 solves > your problem? Yes, it solved my problem.
(In reply to comment #9) > Yes, it solved my problem. *** This bug has been marked as a duplicate of bug 349649 ***