![]() |
| | #2 | ||
| Runs This Show | doing the same thing as a moderator from Firefox. Necessary code change in vbulletin_text_edit.js: Code: state = this.editdoc.queryCommandState(contextcontrols[i]); Code: try{state = this.editdoc.queryCommandState(contextcontrols[i]);}catch(l){state=obj.state;} | ||
| | |
| | #3 | ||
| Runs This Show | 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. | ||
| | |
| | #4 | ||
| Runs This Show | Testing multiple large attachments for lightbox functionality... | ||
| | |