[richfaces-issues] [JBoss JIRA] (RF-11884) Multiple Errors with IE8/9

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Mar 28 03:11:53 EDT 2012


    [ https://issues.jboss.org/browse/RF-11884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679869#comment-12679869 ] 

Lukáš Fryč edited comment on RF-11884 at 3/28/12 3:08 AM:
----------------------------------------------------------

Problem 3:

this is regular HTML feature, let's use this style for whole application/page:
{code:html}
<style>
    a img {
        border: none;
    }
</style>
{code}

or define {{none}} border only to specific link:

{code:xml}
<a4j:commandLink execute="@this" action="playAround">
    <h:graphicImage library="images" name="male.png" style="border: none"/>
</a4j:commandLink>
{code}
                
      was (Author: lfryc):
    Problem 1:

this is regular HTML feature, let's use this style for whole application/page:
{code:html}
<style>
    a img {
        border: none;
    }
</style>
{code}

or define {{none}} border only to specific link:

{code:xml}
<a4j:commandLink execute="@this" action="playAround">
    <h:graphicImage library="images" name="male.png" style="border: none"/>
</a4j:commandLink>
{code}
                  
> Multiple Errors with IE8/9
> --------------------------
>
>                 Key: RF-11884
>                 URL: https://issues.jboss.org/browse/RF-11884
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes, component-tables, component-tree
>         Environment: Windows 7 64, Tomcat 7.0.23, Mojarra 2.1.3, IE8/9 (all errors), Chrome 16.09 (one problem), PrimesFaces 2.2.1 (ChartGraphics only, problems still persist when PF is removed)
>            Reporter: Friedhelm Kuehn
>            Assignee: Lukáš Fryč
>            Priority: Critical
>             Fix For: 4.2.1.CR1
>
>         Attachments: ProgramVariable_Table.xhtml, Richfaces_4.1_Problems.pdf, Richfaces_4.1_Problems_Konfiguration.pdf, Test.war
>
>
> Problem 1: Shaded TabbedPane Tabs, not changing color when tabbing. Big spacing area below tabs (height about 20 px, should be 2px).
> Problem 2: Content of not-popped-up Popup-Panel is not visible, but an area is claimed on screen.
> Problem 3: <a4j:commandlink> with icon: Icon is surrounded by dark border
> Problem 4: No Horzontal-Scroller in ExtendDatatable (with Chrome also).
> Problem 5: Use of IconCollapsed/..Expanded creates double Icons in TreeNode
> Problem 6: Javascript Error in ExtendedDataTable.js
> Biggest Problem: We have to deliver our application in a few weeks. Support for IE8/9 is hard customer requirement.
> I have a made a documentation for each problem, but don't find a way to attach a PDF to this issue - ??
> Please help !

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list