History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-2113
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jen Bourey
Reporter: James Bodine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

jsr168_portlet_spec.css in uPortal3 theme contains conflicting style

Created: 18/Jul/08 10:43 AM   Updated: 15/Sep/08 06:46 PM
Component/s: User Interface
Affects Version/s: 3.0.1
Fix Version/s: 3.0.2, 3.1.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
Andrew Petro [21/Jul/08 11:59 AM]
James,
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 per UP-2076, but I don't think this issue UP-2113 affects 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

James Bodine [21/Jul/08 01:08 PM]
Andrew,

I don't have a patch to address the issue but my thought would be to set the background color to white since the text color is already set to black. This would negate any problems between color and background color in the future.