[
https://issues.apache.org/jira/browse/TAPESTRY-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAPESTRY-2445:
-------------------------------------------
Affects Version/s: 5.0
> Palette component error marker appears on the line below the component when
> validation fails.
> ---------------------------------------------------------------------------------------------
>
> Key: TAPESTRY-2445
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2445
> Project: Tapestry
> Issue Type: Bug
> Affects Versions: 5.0
> Environment: Windows XP, IE 7.0.5730.13, FireFox 2.0.0.14, Tapestry
> 5.0.11, Eclipse 3.3.2 Maven 2.0.9, Run-Jetty-Run
> Reporter: Daniel
>
> I have overridden the following CSS classes to make the palette fields
> smaller:
> div.t-palette-available SELECT {
> width: 100px;
> float: left;
> }
> div.t-palette-selected SELECT {
> width: 100px;
> float: left;
> clear: right;
> }
> The HTML for the palette displaying the error X icon on the next line looks
> like:
> <div class="t-beaneditor-row">
> <label class="t-error" for="keywords"
> id="keywords:label">Keywords</label>
> <input id="keywords:values" name="keywords:values" type="hidden"
> value="[]">
> <div class="t-palette">
> <div class="t-palette-available">
> <div class="t-palette-title">Available</div>
> <select id="keywords:avail" multiple="multiple"
> name="keywords:avail" size="7">
> <option value="31">word4
> </select>
> </div>
> <div class="t-palette-controls">
> <button disabled="disabled" id="keywords:select">
> <img alt="Select >"
> src="assets/tapestry/corelib/components/select.png">
> </button>
> <button disabled="disabled" id="keywords:deselect">
> <img alt="< Deselect"
> src="assets/tapestry/corelib/components/deselect.png">
> </button>
> </div>
> <div class="t-palette-selected">
> <div class="t-palette-title">Selected</div>
> <select id="keywords" multiple="multiple"
> name="keywords" size="7"><select/>
> </div>
> <div class="t-palette-spacer"></div>
> </div>
> <img alt="[Error]" class="t-error-icon" id="keywords:icon"
> src="assets/tapestry/field-error-marker.gif">
> </div>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]