Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    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
    Attached Files

    Comment


      #17
      For me 01/12 3.1p build is broken more than 01/11.

      All buttons in a Toolstrip are merged...(screen).
      Attached Files

      Comment


        #18
        Installed locally showcase app with the latest build (2013-01-13). The following examples are not rendered correctly

        /#toolstrip, /#toolstrip_vertical, /#ribbonbar

        Also, tabs in the tabpanel seems to be overlaping

        Comment


          #19
          Seeing the same issue.

          Comment


            #20
            Having similar issues with our app toolbars and FF18. Waiting for Isomorphic to come up with a permanent/regression tested fix. We're running 8.2p.

            Comment


              #21
              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


                #22
                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


                  #23
                  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


                    #24
                    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


                      #25
                      As far as I can tell, 3.1p(2013-16-01) fixes problems with vertical and horizontal toolstrip example but the problem with #ribbonbar example in the showcase app still exist. Buttons text is not fully rendered. On mouse rollover, text is shown

                      Comment


                        #26
                        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();
                        	}
                        Thanks
                        Minhaj

                        Comment


                          #27
                          On 3.1p(2013-16-01) closeable tabs could not be closed

                          Comment


                            #28
                            The layout seems to be corrupted but if you refresh the browser surprisingly everything looks great

                            Comment


                              #29
                              @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


                                #30
                                The toolbar looks fine in Firefox with the GWT-Plugin... but when I compile the code and put the new files in a tomcat, it is the same as before... all Buttons are placed on the same spot!!!

                                Comment

                                Working...
                                X