Bug 339304 - [client] dead space around horizontal scrollbar in editor should be same color as ruler
Summary: [client] dead space around horizontal scrollbar in editor should be same colo...
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: Susan McCourt CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2011-03-08 19:33 EST by Susan McCourt CLA
Modified: 2011-09-01 11:42 EDT (History)
1 user (show)

See Also:


Attachments
screenshot (39.86 KB, image/png)
2011-03-08 19:33 EST, Susan McCourt CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Susan McCourt CLA 2011-03-08 19:33:23 EST
Created attachment 190717 [details]
screenshot

As part of bug 338483, we now color the editor rulers white.  This is good.
BUT when the editor needs a horizontal scrollbar, the little dead squares under the rulers above the scrollbars are gray instead of white.

I suspect that they are simply getting the parent's color (we set the border container to gray to get the dark channels on the left of the page.)  I hate to insert an extra div just to fix this problem.  need to investigate.

(This is minor.)
Comment 1 Silenio Quarti CLA 2011-03-09 11:01:58 EST
This can be achieved by changing the background color for the "editorContainer" class in samples/editor.css. I can make this change in that file, but I believe the proper fix is for the ide to provide its own CSS file for the editor in line 65 of conding.js.
Comment 2 Susan McCourt CLA 2011-05-25 12:26:01 EDT
moving styling bugs to RC1
Comment 3 Susan McCourt CLA 2011-06-13 15:22:42 EDT
This was fixed along the way, perhaps during all the renaming/reorganizing of files.  The "samples" css is now the real thing, and the styling gives the desired effect.