Skip to main content

Search and Top Navigation

#4109 closed bug (fixed)

Opened February 10, 2009 09:16PM UTC

Closed February 18, 2009 09:49PM UTC

Ajax tabs: spinner option issues

Reported by: klaus.hartl Owned by: klaus.hartl
Priority: critical Milestone: 1.7
Component: ui.tabs Version: 1.6rc6
Keywords: ajax spinner Cc:
Blocked by: Blocking:
Description

Several issues:

  • In case of
     spinner: '<img src="spinner.gif" alt="" />' 
    a tab label is not restored properly after ajax tab has finished loading. See also here: http://groups.google.com/group/jquery- en/browse_thread/thread/2068c04d7b74be89
  • Mouseover state is not being removed after tab has been loaded and another tab selected (note that it is as soon as
    spinner: ''
    )

Was due to rewrite anyway, should simplify things, not use a <em> at all and attach "ui-tabs-loading" class to tab itself since it is a state anyway. Plus it can take given markup requirements into account. Create abort() method - related: #3929

Attachments (0)
Change History (3)

Changed February 11, 2009 02:02AM UTC by scottgonzalez comment:1

milestone: TBD1.6

Changed February 15, 2009 10:54AM UTC by klaus.hartl comment:2

description: In case of \ \ {{{ \ spinner: '<img src="spinner.gif" alt="" />' \ }}} \ \ a tab label is not restored properly after ajax tab has finished loading. \ \ See also here: http://groups.google.com/group/jquery-en/browse_thread/thread/2068c04d7b74be89Several issues: \ \ * In case of {{{ spinner: '<img src="spinner.gif" alt="" />' }}} a tab label is not restored properly after ajax tab has finished loading. See also here: http://groups.google.com/group/jquery- en/browse_thread/thread/2068c04d7b74be89 \ \ * Mouseover state is not being removed after tab has been loaded and another tab selected (note that it is as soon as {{{spinner: ''}}}) \ \ Was due to rewrite anyway, should simplify things, not use a <em> at all and attach "ui-tabs-loading" class to tab itself since it is a state anyway. Plus it can take given markup requirements into account. Create abort() method - related: #3929
priority: majorcritical
summary: Ajax tabs: Tab label is not restored properlyAjax tabs: spinner option issues

Changed February 18, 2009 09:49PM UTC by klaus.hartl comment:3

resolution: → fixed
status: newclosed

[2101]