Another issue I found so far is in ListGrid. If you click on the header... the sort option list will appear and looks like attached
Announcement
Collapse
No announcement yet.
X
-
Thanks for the follow up. It appears the changes to Firefox 18's rendering behavior were deeper than we thought and we clearly missed some important cases with our last update.
We are looking into these issues as well and will follow up when we have a solution in place
Regards
Isomorphic Software
Comment
-
Is there a way to avoid display issues after an upgrade of Firefox version?
Or the only solution is to install a new version of SmartGWT library after it has been patched by Isomorphic?
In this latter case this leads to great incovenience to our customers.Last edited by ciccioware; 15 Jan 2013, 03:29.
Comment
-
Staying on Firefox's ESR releases (extended support release) is the best way of avoiding these problems.
Firefox switched to a very aggressive release schedule and their ability to catch issues has suffered. Both of their last two releases have broken lots and lots of websites and applications.
In particular, the change that created an issue in FF17 they backed out almost immediately in 17.0.1. They may do the same with the problematic change in FF18 (which appears to be a serious low-level rendering regression) but for now, we are assuming we need to apply workarounds in SmartGWT.
Comment
-
A quick update to let you know we have made some changes to mitigate many of the rendering issues in Firefox 18.
Things should look significantly better in the Jan 16th nightly.
(3.1p, 3.0p and 2.5p branches).
We are aware that there are still rendering issues with some components and will continue to work on them over the next few days. We will follow up again as we make progress, but please feel free to try the next nightly build and let us know if there are any specific issues you're encountering so we can be sure they don't get missed.
Regards
Isomorphic Software
Comment
-
As i can see the layout problem is fixed but onIconClick event is not working with 3.0p( 16 jan 2013 nightly build)
Code:public void onModuleLoad() { Label lblTitle = new Label("Hello"); lblTitle.setIcon("assets/back_28.png"); lblTitle.setIconHeight(28); lblTitle.setIconWidth(28); lblTitle.setAutoFit(false); lblTitle.setHeight(28); lblTitle.setWrap(false); lblTitle.addIconClickHandler(new IconClickHandler() { @Override public void onIconClick(IconClickEvent event) { SC.say("Hi"); } }); lblTitle.show(); }
Minhaj
Comment
-
@har28 : if you close or empty your cache, it reappears again.
I confirm dhalupa's post, I detected the same behaviour for closeable tabs on 3.0p (20120116). On 20120115's nightly, closing tabs worked well.
However, it looks like every graphical bug we detected using an older nightly are gone (buttons with icon twice as high as it should be, missing titles in closeable tabs, etc.).
Thank you for your follow-up.
Comment
Comment