Forums › Forums › Search & Filter Pro › Inconsistent Markup
Tagged: markup filter combobox form
- This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago by Ross.
-
Anonymous(Private) June 10, 2015 at 4:28 pm #19252
Hey Ross,
I know support is going to be limited this week, but hopefully this is something small that I’m doing wrong. I’m using a Dropdown Filter (Combobox) and everything is working great except when I view my website in IE9. The styles are missing, and everything looks different. I’m using BrowserStack to test the site, so I opened up Firebug Lite and noticed the markup was a bit different. The <form> tag is inside of a <p> tag, so the rest of my inputs aren’t directly nested under the form so none of my styles are being picked up.
Do you know why this would be happening? Is there something I can do to fix this?
Thanks!
Ross Moderator(Private) June 10, 2015 at 6:32 pm #19264Hi Drew
Its certainly strange whats happening, possibly another plugin, or some scripts that aid in compatibility with older versions of IE?
The first bit of html Search & Filter outputs is the opening
<form>
tag – so I’m fairly sure if there is an erronous<p>
being added that its not by S&F.I guess its possibly some html tags in your document are not closed properly and causing inconsistent behaviour across browsers (in this case just IE9). Have you run your html through a validator? What happens when you actually view the source of the page rather than DOM inspect, on both IE9 and a modern browser?
Hope that helps
Anonymous(Private) June 10, 2015 at 7:39 pm #19275It’s very strange. I disabled all plugins. Removed my custom scripts. Removed my custom styles. This is still happening in IE 9 only. Everything looks normal in IE 10.
All tags seem to be closed, there are no issues with the page markup. What I thought was interesting is when I view the source in IE 9, it appears to be normal. No random paragraph tags, everything is nested as it should be.
I’m not too sure what else to try. This is pretty bizarre. Any other ideas?
Thanks a lot.
-
AuthorPosts