Closed
Bug 106739
Opened 24 years ago
Closed 24 years ago
extend black border of folder pane splitter to include the quick search bar
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: bruppel1)
References
(Blocks 1 open bug)
Details
Attachments
(12 files)
19.24 KB,
image/jpeg
|
Details | |
6.89 KB,
image/gif
|
Details | |
20.30 KB,
image/gif
|
Details | |
8.84 KB,
image/gif
|
Details | |
7.98 KB,
image/gif
|
Details | |
4.73 KB,
image/gif
|
Details | |
1.95 KB,
image/gif
|
Details | |
6.14 KB,
image/gif
|
Details | |
766 bytes,
patch
|
Details | Diff | Splinter Review | |
796 bytes,
patch
|
Details | Diff | Splinter Review | |
1.68 KB,
patch
|
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
19.02 KB,
image/gif
|
Details |
extend black border of folder pane splitter to include the quick search bar
screen shot coming up that compares 3 pane quick search to ab quick search
Reporter | ||
Comment 1•24 years ago
|
||
*** Bug 106714 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 3•24 years ago
|
||
Hi, I spent a couple of hours and I got a solution for the modern skin that
looks great. Unfortunately, I don't know how to use patchmaker yet, so I'll
just give you the code.
The file is mailWindow1.css and it located in \bin\chrome\skin\modern\messenger
Just append the contents of the following quotes to the bottom:
"
/* ..... quicksearch box left border ..... */
#searchBox {
border-left-style: ridge;
border-left-width: 2px;
}
"
It might be better with a bottom border, to try it, also inlude this:
border-bottom-style: ridge;
I am attaching two screenshots.
I had to set the border style to ridge to get it to indent nicely and line up
with the rest of the splitter. 2px cuts the border down just right.
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
I'm not so sure how that last one will be. It's a bit too solid. It looks a
little bit better when the right style is ridge too, but it's still strong.
Here's the final code, I'm working on making this into a real diff now.
/* ..... quicksearch box left border ..... */
#searchBox {
border-left-style: ridge;
border-bottom-style: ridge;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-right-width: 2px;
}
Assignee | ||
Comment 9•24 years ago
|
||
Okay, I can make a diff file now, so I can post that once you decide about the
bottom and left borders.
Assignee | ||
Comment 10•24 years ago
|
||
Okay, here is equivalent patch for classic (I don't know why, but it only
accepts the js in this format in the classic mailWindow1.css file.
#searchBox {
border-left: 2px ridge;
border-bottom: 1px ridge;
}
screenshot coming up.
Assignee | ||
Comment 11•24 years ago
|
||
Actually I'm having trouble getting classic to look right. I'll get a good
look at it tommorrow.
Comment 12•24 years ago
|
||
I definitely think attachment 55511 [details] looks best, I'll review it when you have a
patch for both classic and modern.
Comment 13•24 years ago
|
||
I like attachment 55510 [details], since i don't think the right side border is necessary.
Nice work!
Comment 14•24 years ago
|
||
I agree with jglick, the right side isn't necessary.
Assignee | ||
Comment 15•24 years ago
|
||
Okay, well I'm working on the classic version now, but it's harder to get the
border to look just right. The rest of the splitter border is made of two
colors, and I can't get those two colors to show up in the right positions. I
got a border with a color that's between the normal splitter colors, and I think
it looks okay, but not perfect. Take a look and tell me what you think.
Assignee | ||
Comment 16•24 years ago
|
||
Comment 17•24 years ago
|
||
Looks OK to me.
Assignee | ||
Comment 18•24 years ago
|
||
Assignee | ||
Comment 19•24 years ago
|
||
Assignee | ||
Comment 20•24 years ago
|
||
Okay, that was my final attachment (I swear!). This one makes the quicksearch
look more like some other pannels in classic, and it ain't too shabby IMHO. I
can make the diff files when neccessary, I would just like to know exactly which
attachment picture is the best version. (modern, I gather, is 55510)
Also, I believe that the classic colors are based on OS settings. I'm gonna
reboot into win98 and win2k to make sure it looks good to everyone.
Assignee | ||
Comment 21•24 years ago
|
||
Assignee | ||
Comment 22•24 years ago
|
||
Note that I have tested this patch on win98, win2k, and winxp and the changes
look good in all. I have NOT tested on non-win32 platforms. Also, this is my
first patch and I used patchmaker.
Assignee | ||
Comment 24•24 years ago
|
||
Comment 25•24 years ago
|
||
Attachment 55550 [details] or attachment 55576 [details] for classic look good.
Comment 26•24 years ago
|
||
There are two classic skins - one for windows and one for mac. is there a
patch here for mac classic skin yet?
Comment 27•24 years ago
|
||
If you need any help with mac classic please drop me an email. I'd be
happy to help out or offer advice.
Comment 28•24 years ago
|
||
Assignee | ||
Comment 29•24 years ago
|
||
Comment 30•24 years ago
|
||
Looks ok to me. r=andreww providing the mac patch is included.
Updated•24 years ago
|
Attachment #55641 -
Flags: superreview+
Comment 31•24 years ago
|
||
Comment on attachment 55641 [details] [diff] [review]
Valid patch, also affecting mac-classic -- based on slate's fix
sr=hewitt
Comment 32•24 years ago
|
||
Fix checked in. Big thanks to Ben Ruppel for the fix!
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 33•24 years ago
|
||
woohoo, first fix! I would like to give a shout-out to Gerv, Håkan, and my
homies down in #bugweek. Thanks, Håkan, for fixing up my patch and getting it
checked in.
Assignee | ||
Comment 34•24 years ago
|
||
Just a note, before anyone verifies this they should check out bug 107571.
Comment 35•24 years ago
|
||
Fix is evident only on first mail/news launch as further discussed in bug
107571 (all platforms).
Will verify this when 107571 is resolved.
Assignee | ||
Comment 36•24 years ago
|
||
Well well well, after all that, it seems that somebody else has checked in a
patch that changes the way that the splitter is drawn. Moreover, the new way it
is done is probably much less of a hack than what I had been trying before. The
fix to this bug should be backed out because
A) The changes I made do not show up consistently (see bug 107571)
B) When they do show up, there is a double border between the splitter and
quicksearch.
Comment 37•23 years ago
|
||
Looks OK to me with jano8 commercial build. Marking verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•