
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The jsr168_portlet_spec.css file in the uPortal3 skin (and potentially other skins that use the jsr168_portlet_spec.css file) has a conflicting style in the class
.portlet-form-input-field {
color: #000000;
background : #000000;
} /* uPortal equivalent style =3D " uportal-input-text" */
where both the color and background color are black. This causes the Bookmarks Portlet (the only one I've found so far), when you add a bookmark, to display the input boxes in black and with the text color being black as well you can't see what you've typed.
|
|
Description
|
The jsr168_portlet_spec.css file in the uPortal3 skin (and potentially other skins that use the jsr168_portlet_spec.css file) has a conflicting style in the class
.portlet-form-input-field {
color: #000000;
background : #000000;
} /* uPortal equivalent style =3D " uportal-input-text" */
where both the color and background color are black. This causes the Bookmarks Portlet (the only one I've found so far), when you add a bookmark, to display the input boxes in black and with the text color being black as well you can't see what you've typed. |
Show » |
|
Does this issue really affect uPortal 3.0.0? jsr168_portlet_spec.css was introduced for 3.0.1 under
UP-2076, and I am unable replicate the black fields issue in 3.0.0. 3.0.0 CSS as relates to portlet support is lacking as perUP-2076, but I don't think this issueUP-2113affects 3.0.0.I've un-tagged 3.0.0 in the affects-version to reflect this, and I've tagged 3.0.2 in the fix-for as I expect this will be addressed for uPortal 3.0.2. Please do let me know if this adjustment in metadata is problematic.
Also, do you have a patch to address this issue or a particular proposed change to jsr168_portlet_spec.css ? Is it sufficient and sensible to simply set the background color to white or to eliminate declaration to background color from the .portlet-form-input-field CSS style?
Andrew