Palette component should render as an ordinary <select> and update the DOM to
provide the normal L&F
----------------------------------------------------------------------------------------------------
Key: TAP5-867
URL: https://issues.apache.org/jira/browse/TAP5-867
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.2.0.0
Reporter: Howard M. Lewis Ship
It should output the elements in default sort order, identifying which are
selected. On the client side, the Tapestry.Palette class can work from there
to reveal hidden buttons and created the "available" column select.
Basically, the structure should be inside largely invisible DIVs (i.e.,
matching the current structure), and when the DOM is loaded, the non-selected
options can be moved to a (newly created) <select> (the available list).
The goal is to simplify the generated markup, and allow the Palette to be used
when JavaScript is disabled.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.