Page 1 of 1

Show Addresses Form: Column sort arrows vanished?

PostPosted: Tue Jun 28, 2005 10:12 am
by g_p_c
None of my various browsers will display those valuable up/down sort arrows when entering the "show addresses" form. For me they have vanished. Every now and then I have the same problem.
Ist there something broken, actually?
Gottfried.

Same here

PostPosted: Tue Jun 28, 2005 4:10 pm
by Guest
- althought I haven't seen it before

PostPosted: Wed Jun 29, 2005 4:47 am
by josh
oh... yeah. Try clicking on the column header cells -- hopefully, the rows will sort locally, and a little text arrow will appear in the header cell, showing the direction of the sort. It's an improvement...

Hmm.. non-standard implementation

PostPosted: Wed Jun 29, 2005 3:21 pm
by Guest
josh wrote:oh... yeah. Try clicking on the column header cells -- hopefully, the rows will sort locally, and a little text arrow will appear in the header cell, showing the direction of the sort. It's an improvement...

That does work, but there are no cues whatsoever that the header cells are clickable. A mouseover turns the cursor to a text insertion style cursor... sure doesn't BEHAVE like a clickable button - although again, if you DO click on it, it does work (at least for me).

PostPosted: Wed Jun 29, 2005 5:52 pm
by SysKoll
Maybe add a text "click on the column headers to sort" and put the headers in link style?

PostPosted: Wed Jul 06, 2005 7:57 pm
by crazycomputers
You could always give the headers the CSS attribute:

cursor: pointer;

Problem solved.

PostPosted: Wed Jul 06, 2005 10:53 pm
by josh
done -- that is better, and was easy. thanks!

Doesn't work with Opera 5.11

PostPosted: Mon Jul 18, 2005 3:03 pm
by gpc
I tried it. No effect using Opera 5.11.
IEX 5.50 reacts indeed - but slow.
Again I state those up/down arrows have been visible, even in Opera.
Seems you use onclick="sortColumn...
Why no support for older browsers?

BTW, your "submit" button doesn't work either in Opera 5.11...

Re: Doesn't work with Opera 5.11

PostPosted: Tue Jul 19, 2005 5:31 am
by crazycomputers
gpc wrote:I tried it. No effect using Opera 5.11.
IEX 5.50 reacts indeed - but slow.

Both of those browsers are what, years old?

About speed: if you've got quite a few disposables, then you're asking an interpreted, loosely-typed language to sort the columns, then push them to the browser, which has to re-render the columns. On AMD 2500+, running Firefox on Linux, it takes about 1 second to sort them. At any rate, it's faster than waiting for the sorted page to download from the server.

P.S. When will the Lua scripting language be embedded in a browser? :>

gpc wrote:Again I state those up/down arrows have been visible, even in Opera.
Seems you use onclick="sortColumn...
Why no support for older browsers?

josh, this is a valid point. How about leaving the old arrows in, wrapping them all in <noscript> tags? This would allow JS browsers to sort locally, while not denying sorting to users of older or non-JS browsers (e.g. ELinks, which I use regularly).

Old Browsers: yes, old machine: yes

PostPosted: Tue Jul 19, 2005 10:07 am
by gpc
crazycomputers wrote:Both of those browsers are what, years old?


Yes, still using an older 350 MHz machine, Win95 - and Opera5.11/5.12 because once ago I purchased Opera3.62... which would still be my preferred browser, really quick on old PC's - but lacks Java... my license ends at Opera 5.x versions... and I do not want to license those overcrowded newer Opera versions.
And, in fact, IEX 5.50 is the newest version I can use on Win95...
Indeed I like that old system, it's quick and slim.

Re: Old Browsers: yes, old machine: yes

PostPosted: Tue Jul 19, 2005 10:53 pm
by crazycomputers
gpc wrote:Indeed I like that old system, it's quick and slim.

And slim means not many features, including "proper" support for JS events. Not that I'm against slim systems -- I have one. But when I use it, I expect things to break.