Announcement

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

    Question about SmartGWT & FireBug

    Hi all,

    Firefox 5.0.1, FireBug 1.7.3

    Firebug tells me, that the loading process of some images never ends, though they are successfully loaded and nicely shown in firefox, see the sreenshot.
    How can you explain such effect?

    Reproduced only with SmartGWT specific resources.

    Thanks in advance!
    Alexey
    Attached Files

    #2
    The browser may be aborting requests to download media that are briefly needed then removed from the DOM. For example, you roll over the scrollbar, there is a request for media for the rollover state, and you roll off the scrollbar before the media is downloaded.

    Comment


      #3
      Thanks for answer!
      According to this description it should be reproducible with other web pages, right? I have never seen such effect with other web pages.

      Comment


        #4
        Yes, if the cause we explained is the reason Firebug shows this, then it is reproducible with other web pages.

        Comment

        Working...
        X