I know it's a work in progress with the new settings tab, however something caught my eye when validating a signature. It catches many things, but the one thing that doesn't appear to be handled are the usage of capital letters for BB codes.
Rather than what the image below dictates, nothing would be rendered. It's nothing major. I just don't know if it was made aware before now. Anyhow it's looking nice.
Thanks for that, I hadn't even looked at upper/lower case tags. That would have definitely been something that would have come back to bite me.
Also thanks for taking a look at that page. Not much to see there atm but I'm glad you can see I'm taking your last posts seriously.
The whole BB parser is really not ideal for a javascript app. I hit a few stumbling blocks but fortunately I found a few resources on the web that have helped. Though sadly all the regex gurus that seem to have mastered tags with error correction all say the same thing..... don't do it!
Counting and comparing the amount of open to closed tags is easy. Finding where the errors are has pretty much done my head in. Anyway while all this is fresh in my mind I better take a look at the issue you raised.
Thanks again for you feedback, and for your time. It's much appreciated
I logged in yesterday to say hi, but you were in the lobby for the time I was on. I'll try to catch up with you later on today
I'm sorry, I'm such a lobby creature
Okay so, when the page (like this page) loads with an embedded image. It would grab the parameters of the browser size right? So lightbox can blow up the image appropriately when clicked on.
However, if you load this page in a small sized browser. The grabbed parameter values will not change, even when for example making browser full screen while keeping the page intact.
The blow up will appear cropped if going from a smaller sized window to a bigger sized window
^
Took me a few goes to reproduce that. I was refreshing the page between attempts and a page refresh seems to prevent it from happening.
Anyway I've updated RS Linkify with a fix. Version 3.1.2.7 is live now and should stop that from occurring. Thanks for posting a pic and detailed description of the problem