Hello,
my view doesn't render right if I use # in URL. I use #comment_id_number in URL to send user directly to that comment on the page. You can see the result here:
I am doing nothing based on URL string in my server-side code...
This looks more like a JS issue than anything else. I don't think the server even knows you added a # in there, nor would a view care. On first glance the generated HTML looks fine and exactly the same to me.
Hmm interesting... I will look if one of my scripts takes over it :S. Should not, but you never know. Thanks guys! With your help and awesome FuelPHP we can hopefully go live this week with the site!
I removed all the JavaScript but still the same. Looks like a CSS issue. I have find which CSS rule causes this but I have no idea why "#comment_1" in URL would affect this. Weird issue!