Fail all capture on Firefox 3.6
Submitted by Nebulorum on Fri, 2010-02-05 14:16.
| Project: | Virtual Combat Cards Project |
| Version: | 1.1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Nebulorum |
| Status: | closed |
Jump to:
Description
Firefox 3.6 changes the way it serialized XHTML on it's Javascript. As a result all tag that where sent in upper case are now sent in lower case, causing VCC to fail capture.
Need to investigate if it is easier to solve this on the plugin or on VCC. Currently the best way around this is to stick to 3.5.3.
#1
Have implemented special logic to handle case the lower-case tags sent by the D&DI Firefox extension (change caused by Firefox 3.6). This should make the VCC work with any version of the Firefox plugin.
I would like people to test this (see howto install this patch here). The Jar must replace
vcc.jar:vcc-issue154.jar (link removed)
If this works ok, I'll make a new release.
#2
Tested code on Firefox 3.5.x and 3.6. Works well on both.
#3
Automatically closed -- issue fixed for two weeks with no activity.