The Un-Official Proxomitron Forum
<applet>...: Toggle Java - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: <applet>...: Toggle Java (/showthread.php?tid=1527)



<applet>...: Toggle Java - ProxRocks - Nov. 12, 2009 02:32 PM

stumbled upon a site where the Java doesn't toggle...
my default is the 2/13 with 6/6 updates [filter dated 9.01.30], but i did just test in 5/24->7/18 [filter dated 09.07.04] and the applet did not toggle there either...

it didn't generate a log-rare entry...

http://www.dinkytown.net/java/Tax1040.html


RE: <applet>...: Toggle Java - sidki3003 - Nov. 15, 2009 07:54 PM

Happens here too, in IE6 only.
Please don't forget to post your user-agent when encountering problems.

There's something called IE proprietary conditional comment tags, surrounding code which is skipped by all other browsers. The config is skipping this code too.

Below is a test filter for the alpha 4 config, which causes the other filters to inspect the respective code. I didn't really meditate over side effects or completeness. Maybe someone else can do that.

Code:
[Patterns]
Name = "Mark: Comments: HTML     09.11.15 (fail) [sd] (d.r) TEST"
Active = TRUE
URL = "$TST(hCT=*html)(^$TST(volat=*.txt2html:3*))"
Limit = 7
Match = "<!--(^\[if)($SET(comment=1)|$TST(script=*)$SET(comment=2)|$TST(tStyle=1)$SET(comment=3))PrxFail$TST()"
        "|-->$SET(comment=)PrxFail$TST()"