Project

General

Profile

Actions

Bug #1987

closed

WPushButton theme-provided style class is lost when user modifies styleClass after initial render

Added by Bruce Toll almost 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/17/2013
Due date:
% Done:

0%

Estimated time:

Description

With the Bootstrap theme, Wt automatically adds a "btn" class when rendering a WPushButton. However, this "btn" class is lost if user code does an addStyleClass after the initial render, e.g. to highlight a button with "btn-info" or one of the other Bootstrap styles. This issue is demonstrated with button 1 in the attached test program. A possible work-around is for user code to setStyleClass with all necessary user style classes along with a "btn" class. This issue was found in the current git version 3.3.0-16-gacad52e.

I've also attached a patch that seems to help with this issue.


Files

Actions #1

Updated by Koen Deforche almost 11 years ago

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche
  • Target version set to 3.3.1

Hey Bruce,

Duh. This is something that got totally overlooked when implementing theme support.

I can see how your patch works, but am reflecting on other ways out of this.

Thanks!

Regards,

koen

Actions #2

Updated by Koen Deforche almost 11 years ago

  • Status changed from InProgress to Resolved
Actions #3

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF