You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Daniel (JIRA)" <de...@tapestry.apache.org> on 2008/06/09 21:52:45 UTC

[jira] Created: (TAPESTRY-2445) Palette component error marker appears on the line below the component when validation fails.

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
         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 &gt;" src="assets/tapestry/corelib/components/select.png">
			</button>
			<button disabled="disabled" id="keywords:deselect">
				<img alt="&lt; 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2445) Palette component error marker appears on the line below the component when validation fails.

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ 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 &gt;" src="assets/tapestry/corelib/components/select.png">
> 			</button>
> 			<button disabled="disabled" id="keywords:deselect">
> 				<img alt="&lt; 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-7) Palette component error marker appears on the line below the component when validation fails.

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-7:
------------------------------------

    Priority: Minor  (was: Major)

> Palette component error marker appears on the line below the component when validation fails.
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-7
>                 URL: https://issues.apache.org/jira/browse/TAP5-7
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.0.15
>         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
>            Priority: Minor
>
> 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 &gt;" src="assets/tapestry/corelib/components/select.png">
> 			</button>
> 			<button disabled="disabled" id="keywords:deselect">
> 				<img alt="&lt; 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org