benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

Dialogs blank on Treo 700WX #788

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All gears dialogs are blank on Win Mob 5.0 (5.1.195) Treo 700WX

(This was reported by dzahler in issue 748)

Original issue reported on code.google.com by stevebl...@google.com on 13 Jan 2009 at 2:42

GoogleCodeExporter commented 9 years ago
This is almost certainly a limitation of the browser's JavaScript. I'll try to 
look 
into it.

Original comment by stevebl...@google.com on 13 Jan 2009 at 2:44

GoogleCodeExporter commented 9 years ago
It looks like the problem is that Gears fails to validate that the call to the 
C++ 
dialog methods come from the Gears dialog. This is because when we search the 
dialog 
DOM for a PIEDialogBridge object, the search fails. See 
PIEDialogBridge::AccessPermissionsDialog().

This probably can't be fixed.

Original comment by stevebl...@google.com on 26 Jan 2009 at 4:21