-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Custom Scrollbars for Windows #4993
Comments
Comment by MarcelGerber They are also changed a little bit in Win8, the hover effect isn't there. I like the hover effect. |
Comment by VizuaaLOG I will have a look into it when I finish college. Thanks for the feedback. |
Comment by VizuaaLOG
|
Comment by MarcelGerber I have done it myself, in my opinion the scrollbar now looks pretty good (but it's not best!). I will send you a pr. EDIT: VizuaaLOG/brackets#1, can you please merge it? |
Comment by VizuaaLOG Thanks for the help it looks brilliant. Do you know if it looks the same on XP and Vista? It looks fine on windows 7 |
Comment by MarcelGerber I can try it on Vista, but my old pc takes a lot of time to start, so I will maybe try it tomorrow (but Vista looks not much different as Win7). Let's let some others try it on XP. And as I just commented, the |
Comment by VizuaaLOG If i am correct you mean that if there is no horizontal scroll then the vertical should extend the full height. If this is correct, could it be done with javascript? |
Comment by MarcelGerber Yes, you're right (sorry if I express myself the wrong way, but I'm from germany :D). Currently it looks like this when there are both horizontal and vertical scrollbars: But if there is only a vertical scrollbar: This scrollbar should have no margin-bottom, but it has. This maybe can be fixed within JavaScript, but that won't be a good soultion. I think this will be possible LESS/CSS-only at least when CEF is updated. |
Comment by VizuaaLOG Yes, i understand what you mean. If they fix this when it is updated then i will look into patching the problem if it doesn't fix it automatically. |
Comment by MarcelGerber
|
Comment by VizuaaLOG
|
Comment by MarcelGerber Yes, that is what I meant. But until this is fixed the current solution is good enough, I think. |
Comment by VizuaaLOG Yes I think it looks brilliant. (Thanks to your help :) ) |
Comment by JeffryBooher Small problem with the dead-man's corner in the lower right edge of the editor (the square box where the two scrollbars would intersect) |
Comment by MarcelGerber This is what we described, please read the whole conversation. Maybe you know how to fix this. |
Comment by redmunds Same issue that Jeff commented on but in the lower-left corner (i.e. shouldn't be a line number next to horizontal scrollbar) unless they're only shown on mouse-over. |
Comment by MarcelGerber
|
Comment by JeffryBooher
Thanks for helping us out with this issue! Your contributions are helping make Brackets a great editor! |
Comment by MarcelGerber So the core problen is that we can't use ::-webkit-scrollbar-corner, which is exactly this corner. |
Comment by larz0
|
Comment by redmunds
|
Comment by redmunds CodeMirror already fixes the problems that |
Comment by larz0 Schweet. Thanks |
Comment by MarcelGerber
|
Comment by VizuaaLOG I have just posted a new commit which adds the class to place the filler in the corner i have also made it the same colour as the scrollbars. However, i'm not sure how to put it there if both scrollbars are visible and not if there is only one. |
Comment by MarcelGerber I for myself don't see the scrollbar-filler at all... |
Comment by redmunds Watch the word-wrap on my previous comment. The class names are |
Comment by MarcelGerber But also with I think we will need some javascript... |
Comment by VizuaaLOG
|
Comment by redmunds This looks pretty cool on Win7, except that the arrow buttons at top and bottom of scrollbar are missing. Is that by design? Unfortunately, I don't have a Win8 machine to look at that bug. |
Issue by VizuaaLOG
Sunday Oct 06, 2013 at 21:15 GMT
Originally opened as adobe/brackets#5438
Using the image on this trello post (https://trello.com/c/jhCb7dvV/909-windows-scroll-bars) i have made the scrollbars in windows prior to windows 8 look like the windows 8 scroll bars as requested.
VizuaaLOG included the following code: https://github.com/adobe/brackets/pull/5438/commits
The text was updated successfully, but these errors were encountered: