[
https://jira.jboss.org/jira/browse/RF-7955?page=com.atlassian.jira.plugin...
]
Ilya Shaikovsky commented on RF-7955:
-------------------------------------
This can't be corrected on our side. It's browser problem. FireFox can't
process normally many differenct cases if document not contains doctype declaration.
It's desribed already in some other issues. Not specified doctype will cause any
components with complex markup to be broken.
add for example
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
OR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
to the main template. This should solve the problem.
ExtendedDataTable : Only first column correctly resize
------------------------------------------------------
Key: RF-7955
URL:
https://jira.jboss.org/jira/browse/RF-7955
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1, 3.3.2.GA
Environment: JSF RI 1.2_13
Facelets 1.1.14 (with .jspx files)
Glassfish
Jdk 1.6
Reporter: Nicolas Gaudin
Assignee: Pavel Yaschenko
Fix For: 3.3.2.GA
Attachments: EDT columns resizing issue.jpg
Hi,
During my test to deliver, I discovered that the columns of all my EDTs would not resize
correctly.
More precisely, the first column resizes without any problem but the others resize
WITHOUT resizing the header.
I must mention that my EDT use value binding for dynamic column creation.
My actions that generated this issue:
- moved from jsp to facelets (with jspx extension)
- upgraded to JSF 1.2_13
This affected 3.3.2.CR1, the version I was using.
I then upgraded to 3.3.2.GA to check if this would fix but no luck
Also, I thought that 3.3.2.GA would full scrolling support for EDT (horizontal mainly)
Is that the case?
Could you please confirm?
May thanks in advance
--
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