Not signed in (Sign In)

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorrwbarton
    • CommentTimeJul 1st 2010 edited
     

    Apologies if I have missed something by being out of the loop, but I just noticed that my question listings no longer feature highlighting of questions with my "interesting tags". Similarly, the "Hide Ignored Tags" checkbox is not working for me. I tried unchecking and checking that box, and also deleting and recreating my ignored tag, to no avail. Am I the only one having this problem?

  1.  

    I don't see this problem.

    • CommentAuthorrwbarton
    • CommentTimeJul 1st 2010
     

    After slightly more investigation, the problem only occurs in Chrome, not Firefox or on my phone.

    • CommentAuthorrwbarton
    • CommentTimeJul 1st 2010
     

    OK, this is quite odd, but:

    jsMath was also not rendering for me. I went to a question page with jsMath on it (not rendered), opened the jsMath control panel and hit "Reload". Now jsMath renders on all pages, and also my original problem has disappeared, that is, tag highlighting now works correctly for me.

    I don't understand how that is possible, but at least it's working now.

  2.  

    Maybe Anton was messing around with the CSS?

  3.  

    I haven't been changing the css or the javascript recently. Hopefully nobody else is experiencing this weird problem.

    • CommentAuthorrwbarton
    • CommentTimeJul 1st 2010
     

    Well, the per-question CSS stopped working for me again (although jsMath is fine).

    It occurred to me to check the javascript console, where I see these error messages:

    Uncaught SyntaxError: Unexpected token }   /Content/Js/tageditor.js:1
    Uncaught ReferenceError: bindTagFilterAutoComplete is not defined   /content/js/master.js?rev=20100413135304-37b86aed49ad
    

    Things still work fine in Firefox and there are no error messages there.

    As the entirety of each file is on the first line, I'm not especially inclined to track these down further...

  4.  

    As the entirety of each file is on the first line, I'm not especially inclined to track these down further...

    The whole file is only one line long ... a very long line. If you feel like looking into it, you can find an uncompressed version of the javascript by adding "debug": http://mathoverflow.net/Content/Js/tageditor.debug.js