Ignore:
Timestamp:
Jan 6, 2010, 7:21:35 PM (15 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Set wait cursor on wiki iframe while the article is loading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r163 r164  
    11501150           
    11511151            var iframe = new qx.ui.embed.Iframe();
     1152            iframe.addListener("load", function(ev) {
     1153                    this.setCursor("default");
     1154                });
    11521155           
    11531156            fr.add(iframe);
     
    14661469            }
    14671470           
     1471            this.gui_wiki.setCursor("wait");
    14681472            this.gui_wiki.setSource(url);
    14691473        },
Note: See TracChangeset for help on using the changeset viewer.