salk31 / RedQueryBuilder

SQL Query Builder UI JavaScript component
http://redquerybuilder.appspot.com/
Eclipse Public License 1.0
96 stars 22 forks source link

Issue with IE 10 [Error possible with your *.gwt.xml module file] [Production Environment ] #32

Closed fahim-patel closed 9 years ago

fahim-patel commented 9 years ago

Hello folks,

I checked "compilation-mappings.txt" file and included proper js files according to browsers.But "compilation-mappings.txt" doesn't include any mapping for IE10.

Is there any way to handle this issue ?

Please check below text of "compilation-mappings.txt" -

27AE4A5130BC9DF419BA70131D253046.cache.js
user.agent ie8

3CDFFCDADEAA64C02ECEC7F93B066824.cache.js
user.agent ie6

5CB195A401E9A10A1408E41DDB39D385.cache.js
user.agent opera

6BAB7BE0E9D548D71DDB27B9D2B4EC7A.cache.js
user.agent safari

A31396B77C801AEE5573B0AB152276DB.cache.js
user.agent gecko1_8

E2AFB49F210668E094ACEB3CDFD1E069.cache.js
user.agent ie9

Devmode:devmode.js

Thanks!

Best Regards Fahim Babar Patel

salk31 commented 9 years ago

Hi Fahim,

Are you experiencing a problem with your app?

It would be good to upgrade to GWT 2.6.1 with updated browser support but I've not had time. Maybe you could send a pull request?

Many thanks

Sam

fahim-patel commented 9 years ago

Hello @salk31 ,

Yes I am facing issue in my app. I only downloaded zip file and added proper table configuration. All working well with mac(chrome,firefox, safari), ubunto(firefox, chrome), windows(firefox, chrome, IE6,IE8,IE9)

Now only facing issue with IE10. I am not getting your GWT input.

Thanks!

Fahim Babar Patel

salk31 commented 9 years ago

Hi,

There are workarounds but I think compiling with GWT 2.6.1 is the answer. I'll do a release tomorrow. Will that be quick enough for you?

fahim-patel commented 9 years ago

Okay.

salk31 commented 9 years ago

New version here: http://0-7-0.redquerybuilder.appspot.com/

Please could you check if it fixes your problem? If so I'll make this the release of 0.7.0

NB There are other changes http://0-7-0.redquerybuilder.appspot.com/docs/changes-report.html#a0.7.0

fahim-patel commented 9 years ago

FYI I am integrating with Rails app