HighDots Forums  

sortable problem

alt.html alt.html


Discuss sortable problem in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sheldonlg
 
Posts: n/a

Default sortable problem - 03-26-2008 , 07:09 AM






I am using a table defined as:
<table id="AA" align="center" class="sortable">

Where the class and the javascript are from Stuart Langridge.,
http://www.kryogenix.org/code/browser/sorttable/

The class definition (in a css file) has in it:
table.sortable thead {
background-color:#EEEEEE;
color:#666666;
font: bold 14px Arial, Helvetica, sans-serif;
cursor: pointer;
}

I have two problems that are occurring.
1 - The CSS doesn't seem to be applying as the background color
is not showing properly and the cursor is not a pointer.
2 - The table only wants to sort in descending order.

This is inside a huge, proprietary application behind a firewall so I
can't give a pointer to it. So, I tried to make up a simple example.
When I did, the style applied but it didn't sort at all. So,

1 - Can someone tell me what is wrong with the examples?
2 - Would anyone have a clue as to why I might have the
original problem.

The example is at http://www.sheldonlg.com/sorting.htm and the
javascript is that from url at the top.

Reply With Quote
  #2  
Old   
John Hosking
 
Posts: n/a

Default Re: sortable problem - 03-26-2008 , 11:18 AM






Posted to alt.html only, because Thunderbird hates cross-posting.

sheldonlg wrote:
Quote:
I am using a table defined as:
table id="AA" align="center" class="sortable"

Where the class and the javascript are from Stuart Langridge.,
http://www.kryogenix.org/code/browser/sorttable/


I have two problems that are occurring.
1 - The CSS doesn't seem to be applying as the background color
is not showing properly and the cursor is not a pointer.
2 - The table only wants to sort in descending order.

This is inside a huge, proprietary application behind a firewall so I
can't give a pointer to it. So, I tried to make up a simple example.
When I did, the style applied but it didn't sort at all.


The example is at http://www.sheldonlg.com/sorting.htm and the
javascript is that from url at the top.
Styles for me, sorts for me. FF and IE6. Sorry.


--
John
Read about the UIP: http://improve-usenet.org/


Reply With Quote
  #3  
Old   
Evertjan.
 
Posts: n/a

Default Re: sortable problem - 03-26-2008 , 11:44 AM



sheldonlg wrote on 26 mrt 2008 in comp.lang.javascript:

Quote:
I am using a table defined as:
table id="AA" align="center" class="sortable"

Where the class and the javascript are from Stuart Langridge.,
http://www.kryogenix.org/code/browser/sorttable/

The class definition (in a css file) has in it:
table.sortable thead {
background-color:#EEEEEE;
color:#666666;
font: bold 14px Arial, Helvetica, sans-serif;
cursor: pointer;
}

I have two problems that are occurring.
1 - The CSS doesn't seem to be applying as the background color
is not showing properly and the cursor is not a pointer.
2 - The table only wants to sort in descending order.

This is inside a huge, proprietary application behind a firewall so I
can't give a pointer to it. So, I tried to make up a simple example.
When I did, the style applied but it didn't sort at all. So,

1 - Can someone tell me what is wrong with the examples?
2 - Would anyone have a clue as to why I might have the
original problem.

The example is at http://www.sheldonlg.com/sorting.htm and the
javascript is that from url at the top.
Perhaps you make an error confusing:

sortable

and

sorttable

?


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)


Reply With Quote
  #4  
Old   
sheldonlg
 
Posts: n/a

Default Re: sortable problem - 03-26-2008 , 12:08 PM



Evertjan. wrote:
Quote:
sheldonlg wrote on 26 mrt 2008 in comp.lang.javascript:

I am using a table defined as:
table id="AA" align="center" class="sortable"

Where the class and the javascript are from Stuart Langridge.,
http://www.kryogenix.org/code/browser/sorttable/

The class definition (in a css file) has in it:
table.sortable thead {
background-color:#EEEEEE;
color:#666666;
font: bold 14px Arial, Helvetica, sans-serif;
cursor: pointer;
}

I have two problems that are occurring.
1 - The CSS doesn't seem to be applying as the background color
is not showing properly and the cursor is not a pointer.
2 - The table only wants to sort in descending order.

This is inside a huge, proprietary application behind a firewall so I
can't give a pointer to it. So, I tried to make up a simple example.
When I did, the style applied but it didn't sort at all. So,

1 - Can someone tell me what is wrong with the examples?
2 - Would anyone have a clue as to why I might have the
original problem.

The example is at http://www.sheldonlg.com/sorting.htm and the
javascript is that from url at the top.

Perhaps you make an error confusing:

sortable

and

sorttable

?
Thanks for replying. I am not making an error there. The class is
sortable and the file is sorttable.js. That is even explicitly pointed
out on the web site for the files.

However, I uncovered the problem. The version of sorttable.js I was
using was a copy from my actual app. It had been modified to work in an
AJAX environment. When I put the original web version into my simple
app, it worked fine. However, using that one in the original app caused
nothing to work, no even in descending order. Obviously, the original
app version needs more work.



Reply With Quote
  #5  
Old   
sheldonlg
 
Posts: n/a

Default Re: sortable problem - 03-26-2008 , 01:39 PM



John Hosking wrote:
Quote:
Posted to alt.html only, because Thunderbird hates cross-posting.
I use Thunderbird and I submitted it with a crosspost. Also, when I
reply to a crosspost, it also crossposts.

See my later reply as to why it worked for you. Thanks anyway.


Reply With Quote
  #6  
Old   
John Hosking
 
Posts: n/a

Default Re: sortable problem - 03-26-2008 , 07:44 PM



sheldonlg wrote:
Quote:
John Hosking wrote:
Posted to alt.html only, because Thunderbird hates cross-posting.

I use Thunderbird and I submitted it with a crosspost.
Yeah, I saw that. I'm also sure I've cross-posted in TB before, so I
don't know what's going wrong. Time for more tests, I guess.

Quote:
Also, when I reply to a crosspost, it also crossposts.
Perhaps you feed yours better.

--
John
Maybe it's my breath?


Reply With Quote
  #7  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: sortable problem - 03-26-2008 , 08:13 PM



John Hosking wrote:
Quote:
sheldonlg wrote:
John Hosking wrote:
Posted to alt.html only, because Thunderbird hates cross-posting.

I use Thunderbird and I submitted it with a crosspost.

Yeah, I saw that. I'm also sure I've cross-posted in TB before, so I
don't know what's going wrong. Time for more tests, I guess.

Also, when I reply to a crosspost, it also crossposts.
Click up in the "TO:" panel and below the first "Newsgroup:" entry add
another like in an email for additional To:, CC:, BCC:, just make sure
you select "Newsgroup:".

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.