I have a multi-site configuration where the poll module is experiencing trouble in some sites but not others.
the poll interface works correctly for all sites in firefox, chrome, safari, but not in MS IE. in most, clicking on the "Add anotherchoice" button causes MS IE to display a message that it is blocking the download of a file
All sites are using the same version (6.19), yet issue does not occur on every site.
permissions are exactly the same on all sites, as are module enablements.
Any thoughts would be appreciated.
Comments
Comment #1
deastlack commentedWhen the issue occurs, clicking on "Add another choice" button causes MSIE to blocked a file from being downloaded. file appears to be a JSON data set containing existing poll choices and another blank row. contents of file included below.
{ "status": true, "data": "\x3ctable class=\"sticky-enabled\"\x3e\n \x3cthead\x3e\x3ctr\x3e\x3cth\x3eChoice\x3c/th\x3e\x3cth\x3eVote count\x3c/th\x3e \x3c/tr\x3e\x3c/thead\x3e\n\x3ctbody\x3e\n \x3ctr class=\"odd\"\x3e\x3ctd class=\"poll-chtext\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-0-chtext-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"128\" name=\"choice[0][chtext]\" id=\"edit-choice-0-chtext\" size=\"60\" value=\"A dedicated AP ‘track’\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd class=\"poll-chvotes\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-0-chvotes-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"7\" name=\"choice[0][chvotes]\" id=\"edit-choice-0-chvotes\" size=\"5\" value=\"3\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e \x3c/tr\x3e\n \x3ctr class=\"even\"\x3e\x3ctd class=\"poll-chtext\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-1-chtext-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"128\" name=\"choice[1][chtext]\" id=\"edit-choice-1-chtext\" size=\"60\" value=\"More professional development opportunities for teachers\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd class=\"poll-chvotes\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-1-chvotes-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"7\" name=\"choice[1][chvotes]\" id=\"edit-choice-1-chvotes\" size=\"5\" value=\"3\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e \x3c/tr\x3e\n \x3ctr class=\"odd\"\x3e\x3ctd class=\"poll-chtext\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-2-chtext-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"128\" name=\"choice[2][chtext]\" id=\"edit-choice-2-chtext\" size=\"60\" value=\"More sessions geared toward educators new to the profession\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd class=\"poll-chvotes\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-2-chvotes-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"7\" name=\"choice[2][chvotes]\" id=\"edit-choice-2-chvotes\" size=\"5\" value=\"2\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e \x3c/tr\x3e\n \x3ctr class=\"even\"\x3e\x3ctd class=\"poll-chtext\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-3-chtext-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"128\" name=\"choice[3][chtext]\" id=\"edit-choice-3-chtext\" size=\"60\" value=\"Best practices that can be applied to my school\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd class=\"poll-chvotes\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-3-chvotes-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"7\" name=\"choice[3][chvotes]\" id=\"edit-choice-3-chvotes\" size=\"5\" value=\"7\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e \x3c/tr\x3e\n \x3ctr class=\"odd\"\x3e\x3ctd class=\"poll-chtext\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-4-chtext-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"128\" name=\"choice[4][chtext]\" id=\"edit-choice-4-chtext\" size=\"60\" value=\"More opportunities to network with colleagues lkjasdflkjasldkfj\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd class=\"poll-chvotes\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-4-chvotes-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"7\" name=\"choice[4][chvotes]\" id=\"edit-choice-4-chvotes\" size=\"5\" value=\"3\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e \x3c/tr\x3e\n \x3ctr class=\"even\"\x3e\x3ctd class=\"poll-chtext\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-5-chtext-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"128\" name=\"choice[5][chtext]\" id=\"edit-choice-5-chtext\" size=\"60\" value=\"Other (Add your suggestion using \x26quot;Post Comments\x26quot; below)\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd class=\"poll-chvotes\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-5-chvotes-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"7\" name=\"choice[5][chvotes]\" id=\"edit-choice-5-chvotes\" size=\"5\" value=\"0\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e \x3c/tr\x3e\n \x3ctr class=\"odd\"\x3e\x3ctd class=\"poll-chtext\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-6-chtext-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"128\" name=\"choice[6][chtext]\" id=\"edit-choice-6-chtext\" size=\"60\" value=\"\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e\x3ctd class=\"poll-chvotes\"\x3e\x3cdiv class=\"form-item\" id=\"edit-choice-6-chvotes-wrapper\"\x3e\n \x3cinput type=\"text\" maxlength=\"7\" name=\"choice[6][chvotes]\" id=\"edit-choice-6-chvotes\" size=\"5\" value=\"0\" class=\"form-text\" /\x3e\n\x3c/div\x3e\n\x3c/td\x3e \x3c/tr\x3e\n\x3c/tbody\x3e\n\x3c/table\x3e\n" }
Comment #2
deastlack commentedWhere would CSS and javascript files get an arguement appended to their link and what impact would it have? The sub site where the poll works has an arguement of "e" . Those sites where it is not working have a numeric arguement such as "0".