Friday, April 3, 2020

Re: GWT/smartgwt app support with Firefox 74.0

I have tried doing that in super-dev mode at least .At that time i was able to see those tabs which were not after firefox update
But i get the following popup while opening firefox:
ERROR: Possible problem with your *.gwt.xml module file.
The compile time user.agent value (safari) does not match the runtime user.agent value (gecko1_8). Expect more errors.

I guess we can get rid of the popup.But my concern is by generating only chrome permutations
1)Will all the functionalities of UI work in firefox(UI is pretty complex and large .I may have to test  thoroughly to conclude )
2)Even if it works in latest firefox, will it guarantee that it will work in older version as well(If user is using older version of firefox) 



On Friday, 3 April 2020 02:03:46 UTC+5:30, Michael Joyner wrote:
Have you tried setting things up to only generate the chrome permutation along with setting the fallback user-agent permutation being set to chrome?

On 4/2/20 2:22 AM, sudarshan rai wrote:
we have web application based on gwt along with some smart-gwt components.The app used to be compatible with chrome and firefox. But after Firefox 74.0 update some of the functionalities have stopped working in firefox. But works fine in chrome.

Smart-gwt components such as calendar are not loading.There is no error stack in console apart from warnings.

 ```
11:40:04.582:WARN:Log:Uncaught exception escaped: com.google.gwt.core.client.JavaScriptException
(NotSupportedError) 
 __gwt$exception: <skipped>
 code: 9
 result: 2152923145
 lineNumber: 13114
 columnNumber: 0
 data: null

 INDEX_SIZE_ERR: 1
 DOMSTRING_SIZE_ERR: 2
 HIERARCHY_REQUEST_ERR: 3
 WRONG_DOCUMENT_ERR: 4
 INVALID_CHARACTER_ERR: 5
 NO_DATA_ALLOWED_ERR: 6
 NO_MODIFICATION_ALLOWED_ERR: 7
 NOT_FOUND_ERR: 8
 NOT_SUPPORTED_ERR: 9
 INUSE_ATTRIBUTE_ERR: 10
 INVALID_STATE_ERR: 11
 SYNTAX_ERR: 12
 INVALID_MODIFICATION_ERR: 13
 NAMESPACE_ERR: 14
 INVALID_ACCESS_ERR: 15
 VALIDATION_ERR: 16
 TYPE_MISMATCH_ERR: 17
 SECURITY_ERR: 18
 NETWORK_ERR: 19
 ABORT_ERR: 20
 URL_MISMATCH_ERR: 21
 QUOTA_EXCEEDED_ERR: 22
 TIMEOUT_ERR: 23
 INVALID_NODE_TYPE_ERR: 24
 DATA_CLONE_ERR: 25: Operation is not supported
```
Is there no support for gwt/smart-gwt from firefox-74 onwards?

version:

GWT-2.6.1

smartgwt-6.0p-02-11

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/4e87fb8b-caf8-44c0-ac40-da4dc011b49d%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/6a1867ee-8e9a-495f-9957-647c3091dfcf%40googlegroups.com.

No comments:

Post a Comment