[JBoss JIRA] Created: (RF-4986) Tooltip for calendar doesn't work when used in h:panelGrid
by Yurii Kartsev (JIRA)
Tooltip for calendar doesn't work when used in h:panelGrid
----------------------------------------------------------
Key: RF-4986
URL: https://jira.jboss.org/jira/browse/RF-4986
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Windows XP SP2
RF v.3.2.2.SR1 SVN $Revision: 10967 $ $Date: 2008-10-29 16:50:25 +0200 (РЎСЂ, 29 РѕРєС‚ 2008) $
JSF 1.2_07-b03-FCS
facelets-1.1.14
Firefox 2.0.0.18
Reporter: Yurii Kartsev
This code does NOT show me the tooltip:
<h:panelGrid columns="9" style="width:100%">
<h:panelGroup>
<a4j:region id="calendar_employeeBirthDateEdit" layout="block">
<rich:calendar id="employeeBirthDateEdit" value="#{amBean.employee.birthDate}"
enableManualInput="#{amBean.calendarEnableManualInput}" popup="#{amBean.calendarPopup}" locale="#{amBean.calendarLocale}"
datePattern="#{amBean.calendarPattern}" showInput="#{amBean.calendarShowInput}"
oninputclick="#{rich:component('calendarParretnTT')}.show(event);"
inputClass="inputcalendarfield" />
</a4j:region>
<rich:toolTip id="calendarParretnTT" followMouse="true" direction="top-right" delay="500" attached="false"
styleClass="tooltip" style="width:13px" value="#{amBean.calendarPattern}" />
</h:panelGroup>
</h:panelGrid>
But if I remove h:panelGrid and h:panel:Group - tooltip is shown well.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (RF-1710) ajax4jsf version of tidy parser removes "redunant" whitespace in selection option id's and values
by Rajeev Chandrasekaran (JIRA)
ajax4jsf version of tidy parser removes "redunant" whitespace in selection option id's and values
-------------------------------------------------------------------------------------------------
Key: RF-1710
URL: http://jira.jboss.com/jira/browse/RF-1710
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Rajeev Chandrasekaran
The tidy parser seems to remove whitespace characters in select option id's and values. In my case, I had a value like "my company" where there are 2 spaces between "my" and "company". Although the 2 spaces were properly rendered when the page was first rendered, after submitting the page (which had other validation errors), the same page rendered again (because of the validation errors) but with 2 spaces between "my" and "company" consolidated down to just a single space.
If I set the following property (literal-attributes=true) in a user-specific tidy.properties in the classpath, the problem goes away. I noticed that this property is commented out in the tidy.properties that ships with richfaces.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months