ErikGrim said:Correct. This was leaked the day after Leopard Preview was released. Sheesh.
Yes, but now we have (had) videos. Did anyone save them?
ErikGrim said:Correct. This was leaked the day after Leopard Preview was released. Sheesh.
Funny, this was the feature from the list I thought would be most useful. In particular, it would be useful when posting to MacRumors-- I'd love to make this little box bigger...psychometry said:I did, in fact, mean using JavaScript on page load to disable the user from changing the size of the textarea, not within my browser. It's like using CSS to disable the dotted border Firefox puts around links when they are active.
Form elements, and the divs that contain them, often need either fixed widths or have widths that are proportional to their containers.
Take Google. Depending on how the layout is set up (this is just hypothetical), resizing the search box would push those three links next to it off into oblivion if they were all in a div that was fixed or proportional to the page width. It doesn't matter if Safari "dynamically redraws the page" since the div would still be calculated to be the same. Worse yet, depending on its overflow attribute, they could be pushed onto a new line.
I'd really not like to see Safari become the next IE 5. It already has its share of JavaScript bugs. This would just mean us designers would have to spend that much more time envisioning what would happen if a user resized every form element on every page and incorporating it into our layouts. This is why I hope there's a way to disable it outright.
ErikGrim said:You can get this already (along with Tab dragging and dropping) in Safari by getting SAFT:
http://www.pimpmysafari.com
Other free plugins might also have it, but Saft is so good I never bothered to check anything else.
psychometry said:This is my first post. It takes a lot for me to stop being a lurker, but the idea that any user can resize a textarea on a site I design, dynamically redrawing the page, is among the dumbest ideas I've ever heard. This will break valid page layouts in new and unheard of ways. Designers make form elements a size and shape for a reason.
I look forward to finding a way using JavaScript to disable that feature the day that browser is released.
narco said:Sounds awesome, but I'll still stick with Camino until Safari speeds up a bit and is more stable. Those were my only two issues.
Fishes,
narco.
NickCharles said:HUH? Camino is slow as ****!
JONNYCHO said:I don't know about you guys but I have Windows/OS X and for the windows part I am falling in love with Opera it is the fastest browser for windows, in is small with tight coding and it doesn't use all your RAM. I hope this comes to mac if it does well that would be the ****
psychometry said:This is my first post. It takes a lot for me to stop being a lurker, but the idea that any user can resize a textarea on a site I design, dynamically redrawing the page, is among the dumbest ideas I've ever heard. This will break valid page layouts in new and unheard of ways. Designers make form elements a size and shape for a reason.
I look forward to finding a way using JavaScript to disable that feature the day that browser is released.
nevir said:just watch this, or any of the other related videos there
jettredmont said:The problem with text entry boxes in (so far as I can tell) every single browser out today, is that they are fixed width. I can have a nice big 30" monitor and want to be able to type a paragraph about this size in a single friggin' line of text across the whole monitor (more common is trying to convey source code in a text window; wrapping really sucks for source code). But, I can't, because the text box is default sized so that it fits without scrolling on my mother in law's 10-year-old 15" CRT set at 640x480. So, it's a little postage-stamp square on my 30" cinema.
ero87 said:woah mama. Is that video legit?!! what was that iPod-like thing at the end!
pewtermoose said:Resizable textarea's have been implemented in WebKit nightlies for a few months now but were turned off by default at some point.
For this to be included in a front page news item when its been publicly available for months is ludicrous.
jettredmont said:If the page looks like crap if a text area is resized larger than you expected, what's going to happen when a new browser comes out that uses a larger default font in the text area, or adds additional margin padding, etc? If that will make it look like crap, then that's your problem, not the user's!
ChrisA said:We should get back to the way HTML markup is envisioned. The author tags the test by functions like "title" or "larger" and the browser descides how to display it
generik said:Why are browser features worth paying $129 for a new OS?