in reply to Re^2: CB sidebar auto-expansion problem
in thread CB sidebar auto-expansion problem

Though probably it's possible to tunnel this into the CSS settings in Display Settings...

Tried setting this attribute via CSS:

#talkbox { autocomplete: "off"; }

Nope. I can set it via the firebug console or via JS, but this attribute doesn't show up in the style tab in firebug. It is present in the DOM though. So, this property cannot be set via CSS, it would seem, otherwise than with some hack -which is sensible, since this attribute is not about style, but behavior of some element. Shoehorn JavaScript into CSS... uh.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^4: CB sidebar auto-expansion problem
by LanX (Saint) on Mar 28, 2017 at 02:19 UTC
    > Shoehorn JavaScript into CSS... uh.

    tried it, but < is escaped

    &lt;/style> &lt;script>frames[1].document.getElementById('talkbox').autocompl +ete='off'&lt;/script> &lt;style>

    update

    will have a look into user.js tomorrow

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!