| Author |
Topic Search Topic Options
|
zjieb
Newbie
Joined: 25 April 2003
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Topic: little private messenger bug? Posted: 07 May 2003 at 1:51pm |
I searched this forum about this, but I couldn't find an answer...
I use WWF v7 and one of my users noted the following: when you've got a private message in your inbox and you check 'delete all' nothing happens. NOTE: this occurs only when there's ONE single message in your inbox. When you've got TWO or MORE, all messages get checked and deleted.
Is this 'problem' known? Is there a solution?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 May 2003 at 3:08pm |
|
Thats been like it for years, it's just a JavaScript thing, as JavaScript doesn't like arrays with only one position.
|
|
|
 |
zjieb
Newbie
Joined: 25 April 2003
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 May 2003 at 4:11pm |
|
so, nothing I can do about it?
|
 |
Trevni
Groupie
Joined: 24 February 2003
Location: United States
Status: Offline
Points: 149
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 May 2003 at 12:43am |
Yes you can, you can debug the Java interpreter that comes with the browser and change the way it handles arrays with only one element. I would use a single-process, multi-thread code-level debugger for 32-bit programs like SoftIce if I was to do something crazy like this. Oh and knowledge of x86 assembly language required. Remember to push your dwords
Did that answer your question?
Edited by Trevni
|
|
Resident immature brat...
|
 |
zjieb
Newbie
Joined: 25 April 2003
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 May 2003 at 4:36am |
you're not even close to funny...
Hotmail and other boards use routines like these and it works with these sites/boards.
Edited by zjieb
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 May 2003 at 7:03am |
|
Well if you can write a better JavaScript function to do this then please post it here.
|
|
|
 |
PrimeraRacer
Groupie
Joined: 29 January 2003
Location: United Kingdom
Status: Offline
Points: 83
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 May 2003 at 11:09am |
I guess you could write a script to check how many mails are in the PM box and then if theres only one to select it, if not select all, That would be how I would go about it.
I guess this is something you need to look into yourself though mate as its not really a bug as such!!
|
 |
Trevni
Groupie
Joined: 24 February 2003
Location: United States
Status: Offline
Points: 149
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 May 2003 at 1:32pm |
zjieb wrote:
you're not even close to funny...
Hotmail and other boards use routines like these and it works with these sites/boards. |
Well then, I'm sorry.
|
|
Resident immature brat...
|
 |