Bug 395667 - [Client] InvalidArgument exception in IE8
Summary: [Client] InvalidArgument exception in IE8
Status: RESOLVED WORKSFORME
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2012-12-04 03:44 EST by Elvis Dominguez CLA
Modified: 2013-10-04 07:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elvis Dominguez CLA 2012-12-04 03:44:25 EST
This error appears only (following some tests) on IE8. Firefox and Chrome (both on win and linux) works.
It is apparently a perspective also used in many places... I can't understand what is wrong here.

Exception page:
Could not process server response:

Error: Invalid argument.

  Script: {
"meta": {
"requestCounter": 27
},
"operations": [ [ "destroy", "w146" ], [ "destroy", "w123" ], [ "destroy", "w122" ], [ "destroy", "w121" ], [ "destroy", "w120" ], [ "destroy", "w134" ], [ "destroy", "w137" ], [ "destroy", "w145" ], [ "destroy", "w150" ], [ "destroy", "w156" ], [ "destroy", "w155" ], [ "destroy", "w154" ], [ "destroy", "w153" ], [ "destroy", "w152" ], [ "destroy", "w149" ], [ "destroy", "w148" ], [ "destroy", "w147" ], [ "destroy", "w151" ], [ "destroy", "w135" ], [ "destroy", "w136" ], [ "destroy", "w139" ], [ "destroy", "w140" ], [ "destroy", "w144" ], [ "destroy", "w143" ], [ "destroy", "w142" ], [ "destroy", "w141" ], [ "destroy", "w138" ], [ "destroy", "w157" ], [ "set", "w23", {
"text": "Saldi CC/conti - ",
"activeControl": "w170"
} ], [ "create", "w171", "rwt.widgets.Menu", {

// {...  code omitted ...}

} ], [ "create", "w223", "rwt.widgets.Sash", {
"parent": "w211",
"style": [ "HORIZONTAL", "SMOOTH" ],
"bounds": [ 562, 319, 561, 3 ],
"tabIndex": -1
} ], [ "set", "w53", {
"tabIndex": 44
} ], [ "set", "w54", {
"tabIndex": 47
} ], [ "set", "w1", {
"focusControl": "w170"
} ], [ "set", "uicb", {
"active": true
} ], [ "call", "w1", "measureStrings", {
"strings": [ [ 18687390, "Conti", [ "Verdana", "Lucida Sans", "Arial", "Helvetica", "sans-serif" ], 14, false, false, -1, false ], [ 801767592, "Centri costo", [ "Verdana", "Lucida Sans", "Arial", "Helvetica", "sans-serif" ], 14, false, false, -1, false ] ]
} ] ]
}
  name: Error
  number: -2147024809
  description: Invalid argument.
  message: Invalid argument.
  Debug: off
  Request: org.eclipse.swt.events.widgetSelected=w164&w23.activeControl=w23&org.eclipse.swt.events.menuHidden=w63&w1.cursorLocation.x=174&w1.cursorLocation.y=42&uiRoot=w1&requestCounter=26
  Phase: 3
Comment 1 Elvis Dominguez CLA 2012-12-04 03:45:44 EST
RAP exact version 1.5.1.20120917-1116
Comment 2 Tim Buschtoens CLA 2012-12-05 05:15:22 EST
Sadly the Internet Explorer rarely gives useful error messages.
Ideally you could provide a snippet or example project that provokes this error.
Is that possible?
Comment 3 Ivan Furnadjiev CLA 2013-02-08 03:34:29 EST
Elvis, any chance for a snippet to reproduce the issue? Without a way to reproduce it, it's impossible to do anything. Could you check with RAP 2.0?
Comment 4 Elvis Dominguez CLA 2013-02-08 05:20:01 EST
Sorry but at the moment i can't try it out.
Comment 5 Ivan Furnadjiev CLA 2013-10-04 07:10:23 EDT
(In reply to comment #4)
> Sorry but at the moment i can't try it out.
I will close it as WORKSFORME. Please reopen if you have more information/snippet to reproduce the issue.