This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-05-29 22:19:14

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Scrollbar instead of signatures being cut off

There should be a scrollbar instead of signatures being cut off if they're over 150 pixels.
Here's a mockup:
http://i47.tinypic.com/2dccodg.png
Pros:
-Signatures aren't chopped off in the middle if they're too large.
-We could use any image we wanted in our signature.
-We wouldn't need to have the 400 character rule anymore, because walls of text would have a scrollbar.
Cons:
-If you wanted to see someone's whole siggy, you'd have to scroll down.

Supporters:
Mokat
joletole
XenoK
parcheesidude
GeonoTRON2000
15matwal
Agentpieface
chanmanpartyman
RedRocker227
joefarebrother
777w
schusteralex2
Imagineit
likegames
G0D_M0D3
jvvg
Bklecka
shpeters
berberberber
williambl
SJRCS_011
ftf841
James07
mythbusteranimator
TorbyFork234
lallaway12 (50%)
ftf841
Rexpup
soniku3
SciTecCf

Last edited by Mokat (2012-06-14 22:00:18)


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#2 2012-05-29 22:47:05

joletole
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Support!

Offline

 

#3 2012-05-29 22:56:32

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Support!


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#4 2012-05-29 22:57:01

parcheesidude
Scratcher
Registered: 2009-10-07
Posts: 500+

Re: Scrollbar instead of signatures being cut off

Support!


My signature is trying to find itself :3

Offline

 

#5 2012-05-29 23:12:03

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Support... Just make a userscript.

Code:

var siggys = document.getElementsByClassName("postsignature");
var i;
for (i = 0; i < siggys.length; i++) {
  var siggy = siggys[i];
  siggy.style.overflowY = 'auto';
}

http://i.imgur.com/BAEgGDL.png

Offline

 

#6 2012-05-29 23:15:14

15matwal
Scratcher
Registered: 2011-10-12
Posts: 100+

Re: Scrollbar instead of signatures being cut off

Support!

I would love that idea! Just look at my signiture! Abit of the second picture is cut off!


Call me The Jazzyman, not 15matwal! Jazzyman Studios News!
http://i45.tinypic.com/nbu0lj.png

Offline

 

#7 2012-05-30 00:09:13

Agentpieface
Scratcher
Registered: 2009-10-10
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

support.


http://media.tumblr.com/tumblr_lr7fywSZAG1qfj8fq.gif

Offline

 

#8 2012-05-30 00:33:01

chanmanpartyman
Scratcher
Registered: 2011-05-30
Posts: 500+

Re: Scrollbar instead of signatures being cut off

support  big_smile

Offline

 

#9 2012-05-30 02:50:11

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

I guess I'd be a bit of a hypocrit if I didn't support, since that feature is on my forums.  tongue


Why

Offline

 

#10 2012-05-30 07:50:33

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

RedRocker227 wrote:

I guess I'd be a bit of a hypocrit if I didn't support, since that feature is on my forums.  tongue

Remember who made it?  tongue
CSS:

Code:

.pun .postsignature {
  max-height: 150px;
  overflow: auto;
}

Offline

 

#11 2012-05-30 16:50:53

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

support


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#12 2012-05-30 17:29:45

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Thanks to the above supporters! Please vote for it on the Scratch Suggestions Page.


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#13 2012-05-30 17:59:05

15matwal
Scratcher
Registered: 2011-10-12
Posts: 100+

Re: Scrollbar instead of signatures being cut off

Oh cool! I'm on the supporters list!


Call me The Jazzyman, not 15matwal! Jazzyman Studios News!
http://i45.tinypic.com/nbu0lj.png

Offline

 

#14 2012-05-30 18:01:57

15matwal
Scratcher
Registered: 2011-10-12
Posts: 100+

Re: Scrollbar instead of signatures being cut off

I just voted on the suggestions page, gave it 3 votes!


Call me The Jazzyman, not 15matwal! Jazzyman Studios News!
http://i45.tinypic.com/nbu0lj.png

Offline

 

#15 2012-05-30 18:22:37

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

it would look kind of awkward in some cases but yeah that might work

Offline

 

#16 2012-05-30 18:33:11

schusteralex2
Scratcher
Registered: 2011-09-17
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Support  big_smile


http://i44.tinypic.com/2uj37ds.gif

Offline

 

#17 2012-05-30 19:24:24

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

15matwal wrote:

I just voted on the suggestions page, gave it 3 votes!

Thanks!


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#18 2012-05-31 10:15:25

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Support! Yes! Everything must fit!  big_smile

Offline

 

#19 2012-05-31 10:40:58

likegames
Scratcher
Registered: 2008-03-24
Posts: 100+

Re: Scrollbar instead of signatures being cut off

Support! (even though I have a rare three-line sig)


There are 10 types of people in this world: Those who understand trinary, those who don't, and those who think this is the same old signature.
Three lines! (and base three!)

Offline

 

#20 2012-05-31 11:03:15

G0D_M0D3
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Support! I've always wanted to post a story about something in my signature, but never could.

I've seen someone with a 8-line sig. Yours is nothing.


I made a MC texture pack! Get it at planetminecraft!
http://i.imgur.com/0EG0u.png

Offline

 

#21 2012-05-31 11:10:22

likegames
Scratcher
Registered: 2008-03-24
Posts: 100+

Re: Scrollbar instead of signatures being cut off

G0D_M0D3 wrote:

Support! I've always wanted to post a story about something in my signature, but never could.

I've seen someone with a 8-line sig. Yours is nothing.

I created my sig when there was a 2-line rule, that's why it's rare. I overcame the rule by... Actually I have no idea

Get back on topic

Last edited by likegames (2012-05-31 11:12:25)


There are 10 types of people in this world: Those who understand trinary, those who don't, and those who think this is the same old signature.
Three lines! (and base three!)

Offline

 

#22 2012-05-31 11:31:14

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

I support. It would be very easy to do in the CSS.

Just change "overflow: hidden" to "overflow: auto"!


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#23 2012-05-31 11:54:51

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

support!


http://i48.tinypic.com/106ijc9.jpg

Offline

 

#24 2012-05-31 12:59:44

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

Wow, thanks guys!


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#25 2012-05-31 15:47:38

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: Scrollbar instead of signatures being cut off

support!


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

Board footer