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

Key: UP-1799
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Christopher J. Holdorph
Votes: 0
Watchers: 0
Operations

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

Horizontal scrollbar appears (without need) with AJAX prefs turned on

Created: 20/Aug/07 06:24 PM   Updated: 03/Oct/07 12:10 PM
Component/s: AJAX
Affects Version/s: 2.6.0 GA, 2.6.1 RC1, 2.6.1 RC2
Fix Version/s: 2.6.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Problem has been reproduced in WIndows - Interenet Explorer 7, Windows - Firefox 2.0, Linux - Firefox 2.0


 Description  « Hide
If you turn on AJAX prefs in the default uPortal 2.6.0 dlm theme, you will get a horizontal scrollbar.

 All   Comments   Work Log   Change History      Sort Order:
Christopher J. Holdorph [20/Aug/07 06:25 PM]
Parker Grimes <grimesp@suu.edu> posted this suggestion on the uportal-dev mailing list:

I may have a fix for the horizontal scrollbar issue. In my experience it appears when you have the ajax preferences turned on. There is some extra padding and a misplaced margin in the #preference-items css declarations that causes the scroll bar to appear.

The following is my snippet from *_preferences.css. Note you will have to edit all *_preferences.css files (metal, grape, spring, etc). I highlighted the bits I changed.

#preference-items { padding: 5px 0 0 0; margin:0; width:100%; text-align: right; line-height:normal; }

#preference-items ul { list-style:none; margin:0 10px 0 0; padding:0; }

Hope that helps.

Parker Grimes