Show Addresses Form: Column sort arrows vanished?

Use this forum to get help.

Show Addresses Form: Column sort arrows vanished?

Postby g_p_c » Tue Jun 28, 2005 10:12 am

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.
g_p_c
 

Same here

Postby Guest » Tue Jun 28, 2005 4:10 pm

- althought I haven't seen it before
Guest
 

Postby josh » Wed Jun 29, 2005 4:47 am

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...
josh
 
Posts: 1371
Joined: Fri Aug 29, 2003 2:28 pm

Hmm.. non-standard implementation

Postby Guest » Wed Jun 29, 2005 3:21 pm

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).
Guest
 

Postby SysKoll » Wed Jun 29, 2005 5:52 pm

Maybe add a text "click on the column headers to sort" and put the headers in link style?
-- SysKoll
SysKoll
 
Posts: 893
Joined: Thu Aug 28, 2003 9:24 pm

Postby crazycomputers » Wed Jul 06, 2005 7:57 pm

You could always give the headers the CSS attribute:

cursor: pointer;

Problem solved.
Real programmers don't comment their code. It was hard to write; it should be hard to understand.
crazycomputers
 
Posts: 31
Joined: Sat Dec 18, 2004 7:53 pm

Postby josh » Wed Jul 06, 2005 10:53 pm

done -- that is better, and was easy. thanks!
josh
 
Posts: 1371
Joined: Fri Aug 29, 2003 2:28 pm

Doesn't work with Opera 5.11

Postby gpc » Mon Jul 18, 2005 3:03 pm

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...
gpc
 
Posts: 12
Joined: Thu Jan 22, 2004 5:08 pm

Re: Doesn't work with Opera 5.11

Postby crazycomputers » Tue Jul 19, 2005 5:31 am

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).
Real programmers don't comment their code. It was hard to write; it should be hard to understand.
crazycomputers
 
Posts: 31
Joined: Sat Dec 18, 2004 7:53 pm

Old Browsers: yes, old machine: yes

Postby gpc » Tue Jul 19, 2005 10:07 am

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.
gpc
 
Posts: 12
Joined: Thu Jan 22, 2004 5:08 pm

Re: Old Browsers: yes, old machine: yes

Postby crazycomputers » Tue Jul 19, 2005 10:53 pm

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.
Real programmers don't comment their code. It was hard to write; it should be hard to understand.
crazycomputers
 
Posts: 31
Joined: Sat Dec 18, 2004 7:53 pm


Return to Support / Hilfe / ayuda / ondersteuning / ...

Who is online

Users browsing this forum: No registered users and 67 guests