You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stéphane Molina (JIRA)" <de...@myfaces.apache.org> on 2007/06/20 10:51:26 UTC

[jira] Created: (TRINIDAD-70) The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*

The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*
--------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-70
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-70
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Skinning
    Affects Versions: 1.0.0-incubating-core
         Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with SEAM. JavaEE 5 is used.
            Reporter: Stéphane Molina
             Fix For: 1.0.0-incubating-core


Discussed on the MyFaces users mailing list.

It is not possible to change the border-styles for headers on <tr:table> using af|column::sortable-header-text selector. The problem is that the border-style property is over-ridden by .OraSortableHeaderBorder .

This problem exists too for some others selectors. For example borders of af|column::cell-text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-70) The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507039 ] 

Jeanne Waldman commented on TRINIDAD-70:
----------------------------------------

A link to the specificity rules. This can come in handy. http://www.w3.org/TR/CSS21/cascade.html#specificity

> The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*
> --------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-70
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-70
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with SEAM. JavaEE 5 is used.
>            Reporter: Stéphane Molina
>            Assignee: Jeanne Waldman
>             Fix For: 1.0.0-incubating-core
>
>
> Discussed on the MyFaces users mailing list.
> It is not possible to change the border-styles for headers on <tr:table> using af|column::sortable-header-text selector. The problem is that the border-style property is over-ridden by .OraSortableHeaderBorder .
> This problem exists too for some others selectors. For example borders of af|column::cell-text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-70) The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507037 ] 

Jeanne Waldman commented on TRINIDAD-70:
----------------------------------------

To work around the OraTableBorder styles, what you can do is make your skin selector more specific, so that it takes precedence over the OraTableBorder styles that are overriding your style.For example:    af|table::content af|column::sortable-header-text {
    border-style: solid;
    border-color: red;
    border-width: 1px;
    background-color: aqua;
    border-width: 1px 1px 1px 1px;
  } This has more precedence in the CSS rules than a single styleclass. 

> The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*
> --------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-70
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-70
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with SEAM. JavaEE 5 is used.
>            Reporter: Stéphane Molina
>            Assignee: Jeanne Waldman
>             Fix For: 1.0.0-incubating-core
>
>
> Discussed on the MyFaces users mailing list.
> It is not possible to change the border-styles for headers on <tr:table> using af|column::sortable-header-text selector. The problem is that the border-style property is over-ridden by .OraSortableHeaderBorder .
> This problem exists too for some others selectors. For example borders of af|column::cell-text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-70) The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman resolved TRINIDAD-70.
------------------------------------

    Resolution: Fixed

URL: http://svn.apache.org/viewvc?view=rev&rev=549646.

> The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*
> --------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-70
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-70
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with SEAM. JavaEE 5 is used.
>            Reporter: Stéphane Molina
>            Assignee: Jeanne Waldman
>             Fix For: 1.0.0-incubating-core
>
>
> Discussed on the MyFaces users mailing list.
> It is not possible to change the border-styles for headers on <tr:table> using af|column::sortable-header-text selector. The problem is that the border-style property is over-ridden by .OraSortableHeaderBorder .
> This problem exists too for some others selectors. For example borders of af|column::cell-text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-70) The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506694 ] 

Jeanne Waldman commented on TRINIDAD-70:
----------------------------------------


I'll remove .OraSortableHeaderBorder and move the border info into the sortable-header-text key. that will solve the main problem.

As for the af|column::cell-text example--
We have lots of OraTableBorder styles for all combinations of the 4 borders. top, left, bottom, right. We should keep these styles, but change the names to be AF* and make them public. There is a note in the xss file already that these keys should be public.

> The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*
> --------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-70
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-70
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with SEAM. JavaEE 5 is used.
>            Reporter: Stéphane Molina
>            Assignee: Jeanne Waldman
>             Fix For: 1.0.0-incubating-core
>
>
> Discussed on the MyFaces users mailing list.
> It is not possible to change the border-styles for headers on <tr:table> using af|column::sortable-header-text selector. The problem is that the border-style property is over-ridden by .OraSortableHeaderBorder .
> This problem exists too for some others selectors. For example borders of af|column::cell-text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-70) The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman resolved TRINIDAD-70.
------------------------------------

    Resolution: Fixed

New Revision: 549627

> The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*
> --------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-70
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-70
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with SEAM. JavaEE 5 is used.
>            Reporter: Stéphane Molina
>            Assignee: Jeanne Waldman
>             Fix For: 1.0.0-incubating-core
>
>
> Discussed on the MyFaces users mailing list.
> It is not possible to change the border-styles for headers on <tr:table> using af|column::sortable-header-text selector. The problem is that the border-style property is over-ridden by .OraSortableHeaderBorder .
> This problem exists too for some others selectors. For example borders of af|column::cell-text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (TRINIDAD-70) The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman reopened TRINIDAD-70:
------------------------------------


reopening because I just  noticed that in instead of OraSortableHeaderBorder I'm rendering OraTableBorder0001. I don't want this. I just want to delete OraSortableHeaderBorder.

> The user defined values for certains css properties is over-ridden by Trinidad Default value .Ora*
> --------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-70
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-70
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with SEAM. JavaEE 5 is used.
>            Reporter: Stéphane Molina
>            Assignee: Jeanne Waldman
>             Fix For: 1.0.0-incubating-core
>
>
> Discussed on the MyFaces users mailing list.
> It is not possible to change the border-styles for headers on <tr:table> using af|column::sortable-header-text selector. The problem is that the border-style property is over-ridden by .OraSortableHeaderBorder .
> This problem exists too for some others selectors. For example borders of af|column::cell-text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.