SUGGESTIONS
|
|
With a few tweaks here and there after USO settles down on their new layout, this is very nice. Thanks. :)
Some fonts are a bit too big, some things stretch off their bounding containers and screen, and code pre tags sometimes aren't expanded to max width of the new container... but nice job... you may get really popular. ;) |
|
|
I agree, the fonts are a bit too big. |
|
|
Take a peek at http://userscripts.org/groups... maybe I'm not using the latest version, but seems to be squishing Members/Scripts/Posts in header. Thanks. |
|
|
Fixed in the last version... |
|
|
I wonder why I have to scroll up a little to see the 'Post reply/Save changes' button and the 'cancel' link while posting... using either this script or not... |
|
|
I don't have this problem... |
|
|
Nice improvements... reinstalled last night... Did notice at http://userscripts.org/guides the anchor for |
|
|
Thanks for the guid fix... next one... http://userscripts.org/guides/3 JoeSimmons comment (third in list) is cropped. |
|
|
Updated... |
![]() ![]() |
GIJoe wrote:Awesome thanks... Next idear... Would you be willing to expand this script to allow or disallow (user selected of course) to make the Source Code word wrap and also not word wrap via a drop down list or the like? |
![]() ![]() |
Added... |
![]() ![]() |
GIJoe wrote:WAY KEWL! :)... do you think the scroll bar at the bottom could be removed when wrapping and reshown when unwrapping... it's a minor thing so no biggie... just a smallie :) Speaking of this too... the scroll bar on long scripts is... W A Y Y Y Y Y Y Y down at the bottom... Do you know of any way to mirror things to both the top and the bottom? |
![]() ![]() |
The scrollbar is hidden, except if a word in the script is too long. (or maybe it's not the same on linux ?)
For long script, i download the source and use an editor like Notepad2.
|
![]() ![]() |
GIJoe wrote:The scroll bar is showing on Linux, Windows and my Mac... I'm trying it out on sizzlemctwizzles Userscripts Comments Fix. All three platforms continue to show the scroll bar after clicking Enable Word Wrap. GIJoe wrote:There is a Mac version of Notepad2 ?? GIJoe wrote:hehe... just thought I'd ask... my intuition thinks that it might be possible, but might be too much work... what do you think about the Word Wrap button at the bottom too? |
![]() ![]() |
The scroll bar is showing on Linux, Windows and my Mac..It doesn't for me... O.o I'll try a change in the CSS for that. There is a Mac version of Notepad2 ??No... but you can try "Smultron". what do you think about the Word Wrap button at the bottom too?Easy to do :p Note: You can control the scrollbar with the arrow keys |
![]() ![]() |
GIJoe wrote:On my Mac I get both vertical and horizontal scroll bars now with this rev... Horizontal ones are still present under Nix and Win32. :\ (btw Nix and Windows are FF 3.0.11 and Mac is FF 3.5) GIJoe wrote:hehe ;) Thanks... will save some scrolling up time. GIJoe wrote:Will investigate... thanks. |
![]() ![]() |
Try the last version... it must be better... |
![]() ![]() |
GIJoe wrote:Hmmm well horizontal scroll is gone but width of code on all three platforms is still really wide with this rev. Give me a moment and I'll regress to this install and tell you which CSS I changed here to make it disappear but keep the same width of the viewport. #content pre#source { overflow: visible; } changed to #content pre#source { overflow: hidden; } after enabling word wrap does it when viewing that script on the nix box... I don't have firebug installed on winderz or mac currently.
Looks like it works if I apply the hidden to body.wide #content { overflow-x: auto; } too. One of them might do it. LOL :)
Another wide script... seems to not generate the horizontal scrolls too... just put this in for handy test purposes. :) |
![]() ![]() |
The problem with sizzlemctwizzle script, is that it can't word wrap the "data:image/png;base64" because of the lack of space in it. |
![]() ![]() |
GIJoe wrote:Ahhh that sucks.. helps if I scroll up and see that... so this rev of yours was working at the optimum? I think I might change my script too... what kind of maximum width do you recommend for |
![]() ![]() |
I made some change...
|
![]() ![]() |
GIJoe wrote:Hmmm not sure I want to hide code from other users at 1024x768 resolution... like I originally said... the horizontal scroll bar isn't a biggie. I'll leave ya be to ponder... thanks again for an awesome addition to the USO GUI. :) |
![]() ![]() |
Ok... reverted back. |
![]() ![]() |
GIJoe wrote:hehe now that's clever... moving the horizontal scroll bar to the full viewport ;) Had a question about this diffs coloring... it seems to be the only one that I'm encountering this on... what do you think? Tab chars? |
![]() ![]() |
Yes, he use tab char... |



