Old 03-08-2007, 01:00 AM   #1
Junior Member
 
Join Date: Mar 2007
Posts: 1
Reginald is on a distinguished road
Thumbs down test

Running some tests here to verify functionality. Testing adding attachments to a post as a new user from within IE7.
Attached Images
File Type: jpg control_panel.jpg (12.4 KB, 1 views)
File Type: jpg edit_avatar.jpg (11.8 KB, 2 views)
Reginald is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote
Old 03-08-2007, 01:21 AM   #2
Runs This Show
 
Steve's Avatar
 
Join Date: Dec 2006
Posts: 182
Steve has disabled reputation
Default Re: test

doing the same thing as a moderator from Firefox.

Necessary code change in vbulletin_text_edit.js:

Code:
state = this.editdoc.queryCommandState(contextcontrols[i]);
to
Code:
 try{state = this.editdoc.queryCommandState(contextcontrols[i]);}catch(l){state=obj.state;}
There still seems to be a problem with the pop-up code, but it too seems to be a non-trouble-causing error.
Attached Images
File Type: gif PFT4F.gif (2.7 KB, 3 views)
File Type: gif PFT53.gif (3.0 KB, 3 views)
Steve is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote
Old 03-08-2007, 01:48 AM   #3
Runs This Show
 
Steve's Avatar
 
Join Date: Dec 2006
Posts: 182
Steve has disabled reputation
Default Re: test

Hmph... errors happening because of window.open call in firefox throwing an error about nsIDOMXULLabelElement::accessKey - apparently everybody out there just deals with it.

I would implement a try/catch, but the window actually opens successfully. This is a strange one that I may revisit one day, but for now I'll leave it to the vB guys to figure out.
Steve is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote
Old 03-08-2007, 02:30 AM   #4
Runs This Show
 
Steve's Avatar
 
Join Date: Dec 2006
Posts: 182
Steve has disabled reputation
Default Re: test

Testing multiple large attachments for lightbox functionality...
Attached Images
File Type: jpg 790084.JPG (28.3 KB, 1 views)
File Type: jpg 790007.JPG (53.6 KB, 1 views)
File Type: jpg 790073.JPG (18.9 KB, 1 views)
File Type: jpg 790037.JPG (43.0 KB, 1 views)
Steve is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes




All times are GMT -7. The time now is 08:13 PM.