Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Edit scratchpad from within the scratchpad

by tye (Sage)
on May 07, 2004 at 18:15 UTC ( [id://351560]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Edit scratchpad from within the scratchpad
in thread Edit scratchpad from within the scratchpad

Why? I'm a bit tired of the update window when I'm not updating. I prefer the current 'home node' interface of not including the update form when you are only looking (except I'd like "view above update form" after applying or for previewing an update). But I certainly don't see how either is "many many times better".

I'd rather see my nodes much closer to the same way others see them. For example, the big input box skews the display in none-too-subtle ways. The effect is particularly obnoxious when I'm working in a small window (but is annoying to me even when working in a huge window).

And the real problem with scratchpads is that they are fields in the 'user' record and they should instead be node types. Hacks and work-arounds are being done to sort of compensate for this when the effort should probably instead be toward fixing the root problem.

My original comment was a sideways dig at how "bolted on" scratchpads are. There are several poor user interface issues with them currently, only one of which was just noticed and has now been improved a bit (thanks, theorbtwo).

- tye        

  • Comment on Re^3: Edit scratchpad from within the scratchpad

Replies are listed 'Best First'.
Re^4: Edit scratchpad from within the scratchpad
by BigLug (Chaplain) on May 12, 2004 at 22:58 UTC
    tye:
    I'm a bit tired of the update window when I'm not updating
    I can't agree more! Now that I can edit a root node without changing the URL or clicking anywhere, the page is a whole lot longer (my CSS has a large textarea as when I'm editing I like to see a fair bit of what I'm typing)

    ... moments later, inspiration strikes ...

    While I'm typing this it has just occurred to me, I'm quite happy to have textareas on the pages after all. (Sorry tye)

    Now, this doesn't work in all browsers (IE for mac doesn't work; Safari does). But if you set your textarea CSS as below, textareas are tiny until focused. Once focused they 'spring open'. If your browser supports it.

    textarea { width: 400px; height: 20px; } textarea:focus { height: 400px; }
    Of course you can set your sizes to whatever you want, just experiment.

    So, having done that, I can now just click into textareas I want to edit. When I don't want to edit I don't focus them and so they don't spring open.

    "Get real! This is a discussion group, not a helpdesk. You post something, we discuss its implications. If the discussion happens to answer a question you've asked, that's incidental." -- nobull@mail.com in clpm

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://351560]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found