Announcement

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

    cubeGrid : propblem with firefox 17.

    Hello,

    We have test the cubegrid with firefox 17. It's a problem : the line of the table are not aligned with the label, and when we click on the extrem cells they display the scroll bar on the cells.

    Could you ifx this problem?

    This problem is not present with firefox 15.

    We test with the 3.0 nightly build.

    Thanks by advance.

    #2
    Make sure you're using the latest patch build from smartclient.com/builds. Firefox 17 had some issues which we immediately patched.

    Comment


      #3
      yes we have test with the yesterday nightly build. Do you have change something during this night?

      Comment


        #4
        The fixes for rendering in Firefox 17 have been in place for quite a few days now, so if you are seeing the problem in the Dec 4th nightly build it must be something else.

        Can you show us how to reproduce the problem? Is it visible with a cube grid in any of the shipped samples? If not could you show us a simple standalone test case that demonstrates the problem

        Thanks

        Comment


          #5
          See this :
          - Line are not alignes
          - Scroll bar added.

          This bug was not present with firefox 15.
          Attached Files

          Comment


            #6
            Interesting - this does definitely look wrong, and very interesting that this was introduced with FF17.

            Unfortunately the screenshot alone doesn't give us enough to go on - we will need a way to reproduce it and we're not seeing it with some quick internal testing or in our public samples.

            Could you put together a simple EntryPoint class that mimics your application CubeGrid definition and post it here so we can see the problem on our end

            Also, please be sure to include details of any additional or custom skins or CSS changes, any specified DOCTYPE tags in your HTML file and of course the exact version you're using.

            Thanks
            Isomorphic Software

            Comment


              #7
              hi

              I made all this and post enclosed.

              For made the maximum test before send I use the showcase example, and don't use the CSS. The problem still remain.

              See enclosed file.

              It's really strange : when I go to your showcase all are displayed well ...

              For information : the displayed scroll bar can't be moved...
              Attached Files

              Comment


                #8
                How this test is display on my computer
                Attached Files

                Comment


                  #9
                  This is exactly what we would expect if you were actually still using a build that did not have the FF17 fix. Can you use the instructions in the FAQ to conclusively verify you are actually loading files from the new build?

                  Comment


                    #10
                    I will check all when I am arriving at work tomorrow morning but I have test with the 3.1 form 12-12 , clean history of firefox , and clean all project...

                    Comment


                      #11
                      I made all, problem still remain ...

                      I use the power edition. May be the bug come from this edition : your showcase are on EE edition ....
                      Attached Files

                      Comment


                        #12
                        No, there are no differences in the client side code between Power and EE.

                        What <!DOCTYPE> setting do you have on your .html page? Please try with the HTML5 DOCTYPE (<!DOCTYPE html>) and with no DOCTYPE at all (quirks mode).

                        Comment


                          #13
                          When I remove the <!DOCTYPE html> it's well displayed, but I have other issue on the application ... And it's not well displayefd

                          I have checked on the EE Use case : you don't use <!DOCTYPE html> ...

                          Could you fix it?

                          Comment


                            #14
                            Again, you need to tell us what DOCTYPE you're using. HTML5 DOCTYPE works, absence of a DOCTYPE works, transitional and several other DOCTYPEs work - so what are you using that somehow doesn't?

                            Comment


                              #15
                              Sorry, misread you - so you *were* using the HTML5 doctype and removing it fixes the issue. We'll see if we can reproduce using your code with HTML5 DOCTYPE.

                              Comment

                              Working...
                              X