Servoy / bootstrapextracomponents

MIT License
1 stars 1 forks source link

In the included demo project, the plain Drop Down Link example does not work. Styles are messed up for the Drop Down Buttons. #23

Closed bluegrassrules closed 5 years ago

bluegrassrules commented 6 years ago

Clicking on the Drop down link does nothing. Drop button (blue) and Drop split button (red) do not display correctly.

screen shot 2018-03-09 at 1 46 59 pm

I have tried other browsers - same problem.

pruhsert commented 5 years ago

I think the appearance comes from the style class applied to the wrong property. We had the same issue in the sample solution. The component has a styleClass property to style the whole and a buttonStyleClass property to just address the button. The above screenshot looks like the styleClass is set to btn-primary while that should be on the buttonStyleClass property and the styleClass property should be left empty.

In my tests the button action works fine.