[JBoss JIRA] Created: (RF-9655) Calendar: attribute style ignored
by Pavol Pitonak (JIRA)
Calendar: attribute style ignored
---------------------------------
Key: RF-9655
URL: https://jira.jboss.org/browse/RF-9655
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19929
Metamer 4.0.0-SNAPSHOT r.19925
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41 @ Linux x86_64
Reporter: Pavol Pitonak
Attribute style is not set anywhere in the markup:
<rich:calendar style="width: 500px;" value="#{bean.value}" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10744) Select: font size in rich:select is not corrent
by Anton Belevich (JIRA)
Select: font size in rich:select is not corrent
-----------------------------------------------
Key: RF-10744
URL: https://issues.jboss.org/browse/RF-10744
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.CR1
Environment: Developer Demo, Chrome 10, Ubuntu
Reporter: Anton Belevich
Assignee: Konstantin Mishin
Priority: Critical
Fix For: 4.0.0.Final
see developer demo for rich-select
define style attribute for rich:select style="font-size: 2em;"
Result: the font size in input is 2px
may because in select.ecss on line 12:
.rf-sel-cntr {
...
font-size: 1px;
...
}
<in:select id="select" openOnEdit="true" enableManualInput="true" defaultLabel="Select Value ..."
value="#{inputBean.value}" style="font-size: 2em;" styleClass="my-select-class"
title="Title">
<f:selectItem itemLabel="Label#1" itemValue="Value#1"/>
<f:selectItem itemLabel="Label#2" itemValue="Value#2"/>
<f:selectItem itemLabel="Label#3" itemValue="Value#3"/>
<f:selectItem itemLabel="Label#4" itemValue="Value#4"/>
<f:selectItem itemLabel="Label#5" itemValue="Value#5"/>
<f:selectItem itemLabel="Label#6" itemValue="Value#6"/>
<f:selectItem itemLabel="Label#7" itemValue="Value#7"/>
<f:selectItem itemLabel="Label#8" itemValue="Value#8"/>
<f:selectItem itemLabel="Label#9" itemValue="Value#9"/>
<f:selectItem itemLabel="Label#10" itemValue="Value#10"/>
<f:selectItem itemLabel="Label#11" itemValue="Value#11"/>
<f:selectItem itemLabel="Label#12" itemValue="Value#12"/>
<f:selectItem itemLabel="Label#13" itemValue="Value#13"/>
<f:selectItem itemLabel="Label#14" itemValue="Value#14"/>
<f:ajax event="change" execute="@form" render="out"/>
</in:select>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10735) Calendar: message not displayed after validation error
by Pavol Pitonak (JIRA)
Calendar: message not displayed after validation error
------------------------------------------------------
Key: RF-10735
URL: https://issues.jboss.org/browse/RF-10735
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, component-validators
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT r.22114
Metamer 4.0.0-SNAPSHOT r.22142
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 10.0.648.127 @ Linux x86_64
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richCalendar/fAjax.xhtml
# set required=true
# set requiredMessage
# select some date
# open calendar, clear value and click apply
result:
a validation message should be displayed but is not, validation fails because correct phases are displayed:
* RESTORE_VIEW 1
* APPLY_REQUEST_VALUES 2
* PROCESS_VALIDATIONS 3
* RENDER_RESPONSE 6
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10730) inplaces stlying attributes to be changed
by Ilya Shaikovsky (JIRA)
inplaces stlying attributes to be changed
-----------------------------------------
Key: RF-10730
URL: https://issues.jboss.org/browse/RF-10730
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
That would be great if could be done prior to final.
There is mess with styling attributes:
1) editClass
2) editStateClass
3) disabledClass
4) styleClass
5) changedStateClass
6) readyStateClass
7) noneClass
why do we need all that stuff?
difference between 1) and 2)?
difference between 4) and 6)?? (both applied always?)
7) ???
Should be:
styleClass (always on the root span)
changedClass (applied to the root)
disabledClass (applied to the root)
activeClass (applied to the root, previous edit)
all the other - using selectors.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months