Announcement

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

    Problems with resize window on Internet Explorer

    I'm trying to resize page to smaller window on Internet Explorer and I need to do it 3-4 times in order to succeed, my browser in not responsive for over 20 sec each time.
    On browsers Chrome or Firefox everything is ok.
    It is represented on this video - https://www.youtube.com/watch?v=i7YM9nocobI
    Is it possible have better GWT framework performance on Internet Explorer?
    Versions:
    Internet Explorer 11.540.15063.0
    Chrome 60.0.3112.113 (Official Build) (64-bit)
    Firefox 54.0.1
    Last edited by mmatak; 3 Sep 2017, 23:56. Reason: resize windows

    #2
    Hi mmatak,

    is this a GWT or GWT+SmartGWT application?

    Best regards
    Blama

    Comment


      #3
      If GWT, one approach would be to use SmartGWT :)

      Comment


        #4
        Sorry, I wrote it wrong - "GWT framework". It is SmartGWT application.

        Comment


          #5
          OK, I don't have a real idea here:
          • Any special settings for the ListGrid?
            • You don't seem to use recordComponents - did you enable them anyway by accident?
            • Some too high pre-render setting with setDrawAheadRatio() / getDrawAllMaxCells()?
          Anyway it is always a good idea to give the used SmartGWT version (version + build date).
          Did the error occur recently or has it always been this way?
          Can you reproduce in the Showcase using your IE?

          Best regards
          Blama

          Comment


            #6
            Error is on IE, but on other browsers everything is ok.
            You can watch on the link what happens when I use IE.

            https://www.youtube.com/watch?v=Gz4yMEMaJVI

            I don't use settings like setDrawAheadRatio or getDrawAllMaxCells.
            I use recordComponents, but when I commented this part, everything was the same.

            This is code:
            setRecordComponentPoolingMode(RecordComponentPoolingMode.RECYCLE);
            setShowRecordComponents(true);
            setShowRecordComponentsByCell(true);

            Version of GWT is 2.8.0.

            Thank You,
            Best regards

            Monika

            Comment


              #7
              Hi mmatak,

              Ok, no idea then. But in order to get help, you will need to give your SmartGWT version + nightly build date, which you still did not.
              Also, can you reproduce in the showcase using IE?

              Best regards
              Blama

              Comment


                #8
                Version of SmartGWT - 6.0p
                Build date - Tue Sep 20 2016 09:23:00 GMT+0200 (Central European Daylight Time)
                I didn't reproduce it in the showcase, but I try with other database.
                On IE everything is good, but with a lot of data is not.

                Comment


                  #9
                  Is it maybe problem in IE performance?

                  Comment

                  Working...
                  X