jQuery UI theme - tablefooter as "ui-widget-header"

jQuery UI theme - tablefooter as "ui-widget-header"

StephanStephan Posts: 20Questions: 0Answers: 0
edited June 2011 in Bug reports
Hi,

i guess in line 3633:

[code]
/* Replace jQuery UI constants */
if ( sAttr == "H" )
{
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix";
}
else if ( sAttr == "F" )
{
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix";
}
[/code]

it should be "ui-widget-footer" (sAttr == "F").

Thanks for your great work!

Replies

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Good call - Bug noted and I'll commit that in soon. Fix commit on top of 1.8.0... :-)

    Allan
  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    I just downloaded the current stable jQuery UI and I don't see ui-widget-footer in the theme file. Indeed there isn't any footer at all. Are you using something beyond the current stable release? I'll track that with my own releases.

    Allan
This discussion has been closed.