[Seaside] [bug] Scriptaculous problem

Keith Hodges keith_hodges at yahoo.co.uk
Tue Nov 13 02:54:14 UTC 2007


Using the Pier widget PRTabbedPagesWidget (available in pieraddons)
which implements kalsey tabs, the tabs do not display their style
changes in IE.

The code which is perfroming the switch is as follows:

scriptTabSelectedOn: aScript
     aScript element
        id: (self uid: 'head' at: (self
            findIndex: self selectedPrior
            ifAbsent: [ ]));
        removeClassName: 'option-selected'.
        
    aScript element
        id: (self uid: 'head' at: (self
            findIndex: self selected
            ifAbsent: [ ^ self ]));
        addClassName: 'option-selected'.
    
    self scriptSelectedOn: aScript

best regards

Keith


More information about the seaside mailing list