Firefox Line Feeds on vBulletin Web Pages

User avatar
BobH
UraniumLounger
Posts: 9281
Joined: 13 Feb 2010, 01:27
Location: Deep in the Heart of Texas

Firefox Line Feeds on vBulletin Web Pages

Post by BobH »

Some years back, I discovered that Firefox was putting an extra line feed into posts made on vBulletin supported web pages. NOTE: It does not happen here or on any other phpBB driven web page. I found a solution that worked and all was well for quite awhile. Recently the problem returned after upgrades from Firefox, with a twist.

The solution that worked was to use about:config. Searching for Newline produces the variable editor.singleLine.pasteNewlines. When I go there now, I find that the variable can be Boolian, number, or String. IDK why.

The default value I discovered was Boolean, 2. This was giving me triple spacing on pressing the enter key twice. In most places a single enter key gives a new line and a double enter key press gives single spacing. I changed the default to 1 without changing the variable attribute from Boolean. This yielded double spacing with a single key press. I then tried changing it to zero without effecting any change in result.

I think by changing the attribute to number and setting the value to 1 is working, but I'm curious about how that variable can have all 3 attributes: Boolean, number, and string. Can anyone educate this old man? :cheers: :chocciebar: :cheers:
Bob's yer Uncle
(1/2)(1+√5)
Dell Intel Core i5 Laptop, 3570K,1.60 GHz, 8 GB RAM, Windows 11 64-bit, LibreOffice,and other bits and bobs

User avatar
HansV
Administrator
Posts: 78457
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Firefox Line Feeds on vBulletin Web Pages

Post by HansV »

I don't know where you see that it can be a boolean or string, but this is the documentation on MozillaZine: editor.singleLine.pasteNewlines
Best wishes,
Hans