Abc1230 Posted April 2, 2010 Share Posted April 2, 2010 I'm sorry if this doesn't belong here :/ I found a little glitch thing or something. You can't make a 0 (zero) as the smallest size. Liek this :/ 0 I just put one in the middle of this post if a mod or something wants to see what I'm talking about :/ It doesn't show up... Edit:[size="1"]0[/size] That ^ YouTube Link to comment Share on other sites More sharing options...
Sy_Accursed Posted April 2, 2010 Share Posted April 2, 2010 Would that not be because size=0 implies size = nothing. Thus it doesn't display? Operation Gold Sparkles :: Chompy Kills :: Full Profound :: Champions :: Barbarian Notes :: Champions Tackle Box :: MA RewardsDragonkin Journals :: Ports Stories :: Elder Chronicles :: Boss Slayer :: Penance King :: Kal'gerion Titles :: Gold Statue Link to comment Share on other sites More sharing options...
Abc1230 Posted April 2, 2010 Author Share Posted April 2, 2010 Would that not be because size=0 implies size = nothing. Thus it doesn't display?[size="1"]0[/size]^That It doesn't appear if you post it. YouTube Link to comment Share on other sites More sharing options...
dsavi Posted April 5, 2010 Share Posted April 5, 2010 That's certainly a bug in the the expression that looks for BBcode, suppose it should be reported. In the meantime, here's a workaround:To get this 0 use:[size="1"][font="Arial"]0[/font][/size]On 99% of all browsers that looks exactly the same as [size="1"]0[/size] should look. Link to comment Share on other sites More sharing options...
i_m_darkness Posted April 5, 2010 Share Posted April 5, 2010 Aaah, they're only doing a lazy check like "if ($text)", huh? Teehee, nice find :razz: Link to comment Share on other sites More sharing options...
dsavi Posted April 5, 2010 Share Posted April 5, 2010 ^ Having played with the phpBB3 regex that defines BBcode, it's bound to be a lot more complex than that. (phpBB3 also had some problems with regex, like http://en.wikipedia.org/wiki//Watchmen_(film) would show up as http://en.wikipedia.org/wiki//Watchmen_(film) if I remember right, could be in some certain situation) Regex is annoying. I don't blame them. Link to comment Share on other sites More sharing options...
i_m_darkness Posted April 5, 2010 Share Posted April 5, 2010 ^ Having played with the phpBB3 regex that defines BBcode, it's bound to be a lot more complex than that. (phpBB3 also had some problems with regex, like http://en.wikipedia.org/wiki//Watchmen_(film) would show up as http://en.wikipedia.org/wiki//Watchmen_(film) if I remember right, could be in some certain situation) Regex is annoying. I don't blame them. Most likely that follows ye, but I'd assume there's some sort of rudimentary check of the string's existence before throwing regex at it :o And perhaps a bit too rudimentary ^_^Now I don't know IPB's licensing terms, but I do wonder if you're allowed to venture into the code and quickly fix it yourself.. =o Link to comment Share on other sites More sharing options...
dsavi Posted April 5, 2010 Share Posted April 5, 2010 Yeah you are actually, if you own a copy. And I'm pretty sure it's something like if (! $text == ""). That's my guess, but to test it I'll try a post with just 0. Edit: Lol you're actually right, it wouldn't let me post only 0. Lazy coders. :P Link to comment Share on other sites More sharing options...
MageUK Posted April 6, 2010 Share Posted April 6, 2010 http://community.invisionpower.com/tracker/issue-21610-zero-font-size/ Link to comment Share on other sites More sharing options...
D. V. Devnull Posted April 7, 2010 Share Posted April 7, 2010 I guess it is just a matter of upgrading when the stable release arrives? :blink: ~D. V. "Don't ya just hate those bugs?" Devnull and normally with a cool mind.(Warning: This user can be VERY confusing to some people... And talks in 3rd person for the timebeing due to how insane they are... Sometimes even to themself.) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now