Support Forum

Weird Poll Pop-Up

20 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Happy to look – although I will echo what Steve has already said that we just send one of the built in positional arguments to the jQuery UI ‘dialog’ component – but I have no link to a site…

YS Yellow Swordfish
Yellow Swordfish
Member

Well nothing obvious comes to mind. except… I believe that the dialog is simply being displayed after the ‘body’ tag is closed. Not sure I can explain this as the div for the dialog is static and defined early – but as far as the dialog code (jQuery) is concerned I believe it is almost being forced in some way to work outside of the body tags for calculating display position.

if you view the source in Firefox you will notice that the closing body tag at the end of the source is displayed in red. Perhaps I am wrong but my understanding is that if it is shown in red then that denotes an error of some kind. However – at the same time the HTML validation is not throwing anything relevant up as far as I can see.

So – I am basically confused as to what is going on but have suspicions about the source code being generated.

MP Mr Papa
Mr Papa
Member

as am I…  Sorry, no chance to get back there yet, but I pointed out the second html tag earlier and not sure if that is fixed or not… that could be causing the dialog area to not appear…

KI Kilomoana
Kilomoana
Member

Sorry Mr Papa, I haven’t read the part with the html tag and firebug shows the other html tags out commented as they should be.

In Firefox Page Source I found the failure and fixed it. Now it is working perfectly. Body Tag at the bottom is still in red, but who cares, when the site is working :-D .

Thank you two very much for the really really good Support.

 

MP Mr Papa
Mr Papa
Member

hey, really good news! nice work! thanks for the update and kind words…