Back to Four Js Website
Four Js Customer Forum
Subscribe for automatic updates:
RSS
Sign in for full access
|
Help
Four Js Development Tools Forum
>
Discussions by product
>
GAS and GBC
>
Known layout issue with Chrome 32.0 version on GAS AJAX mode
Most recent posts
Pages: [
1
]
« previous
next »
Reply
|
Print
Author
Topic: Known layout issue with Chrome 32.0 version on GAS AJAX mode (Read 11381 times)
.
Posts: 65
Known layout issue with Chrome 32.0 version on GAS AJAX mode
«
on:
January 21, 2014, 04:33:27 pm »
Hi all,
Since the 32.0 version of Chrome browser, you may get some layout issues with GAS AJAX mode on this browser.
We don't yet clearly explain this behavior change with Chrome but here is the fix.
In FGLASDIR/tpl/SetAjax/main.xhtml, add the two following lines:
gwc:define=" ...
isIpad contains(document/request/header['user-agent'], 'iPad');
ua document/request/header['user-agent'];
chromeVer indexOf(ua, 'Chrome/') != -1 ? round(substring(ua, 7+indexOf(ua, 'Chrome/'), 4)) : 0;
"
And in FGLASDIR/tpl/SetAjax/GridLayout.xhtml, change:
<td gwc:condition="l/cells/length == 0"/><td gwc:condition="isIe8">‍</td>
into:
<td gwc:condition="l/cells/length == 0"/><td gwc:condition="isIe8 ||
chromeVer > 31
">‍</td>
Don't hesitate to contact your support center if you have any question or need help to apply the fix.
Best regards,
Guney - Four Js Support Team
«
Last Edit: January 21, 2014, 05:11:40 pm
»
.
Posts: 65
Re: Known layout issue with Chrome 32.0 version on GAS AJAX mode
«
Reply #1 on:
January 29, 2014, 04:43:19 pm »
Hi,
For people who want to see the issue occur, attached is a test case reproducing the problem. In fact, this sample is the standard FGL demo you can see in UserInterface -> Layout program.
By the way, the issue isn't specific to a particular version of GAS AJAX mode.
Regards,
Guney
test.zip
(3.02 KB - downloaded 1268 times.)
Pages: [
1
]
Reply
|
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Discussion
=> Ask Reuben
=> WWDC21
-----------------------------
Discussions by product
-----------------------------
=> Products announcements
=> Genero BDL
=> GWS
=> GAS and GBC
=> GDC
=> Genero Mobile for Android or iOS
=> Genero Studio
=> Reporting tools (GRW, GRE)
-----------------------------
Jobs
-----------------------------
=> Jobs
Powered by SMF 1.1.21
|
SMF © 2015, Simple Machines
Loading...