vote up 2 vote down star
1

Is it possible to change the length of the TAB (\t) character (currently 8 characters) displayed in a XUL <textbox> element ?

Note that I want to avoid replacing TABs with spaces.

flag

73% accept rate
Don't think it's possible without replacing tabs with spaces, interesting discussion of the general CSS case here: phwinfo.com/forum/comp-info-authoring-css/… – robertc Aug 1 at 18:25

2 Answers

vote up 4 vote down check

The CSS 2.1 spec specifies tabs be rendered as the width of 8 spaces. (Spec) I don't see any mozilla specific CSS to override that value.

link|flag
vote up 1 vote down

Not an expert of XUL, but I would say no. From the docs

https://developer.mozilla.org/en/XUL/textbox

I see no property to set this, nor any setting in the firefox about:config.

link|flag
Also I would suspect that it's system specific. – lithorus Jul 29 at 5:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.