Problem: Garbage displays below filtered product lists in IE8.
Demonstration: Display the demo site / Necklaces page in IE8. Below the product list you will see garbage like:
Reason:
SD 12.0.5 is adding code like:
And IE8 is refusing to apply the style display:none to what it sees as an invalid HTML tag <actinic:filter_input>.
Workaround:
Go to Design / Library / Layout / Web Page Inner Layout / Section Page Body.
Around line 86 you should see:
Replace with:
Please test and report if filtering / sorting still works.
See http://community.sellerdeck.com/show...569#post344569 for customer with this problem.
Demonstration: Display the demo site / Necklaces page in IE8. Below the product list you will see garbage like:
Code:
TB!A,FT!GF,SX_ID!2,SX_IN!1,S_1_66082_0!,SO!1_3_4_0,FILTERPAGE!Necklaces.html,Action!Search
SD 12.0.5 is adding code like:
Code:
<actinic:filter_input style="display:none;">TB!A,FT!GF,SX_ID!0,S_1_66095_0!,SO!4_2_0,FILTERPAGE!Brands.html,Action!Search</actinic:filter_input>
Workaround:
Go to Design / Library / Layout / Web Page Inner Layout / Section Page Body.
Around line 86 you should see:
Code:
<actinic:variable name="FilterDefaultInput" />
Code:
<span style="display:none"><actinic:variable name="FilterDefaultInput" /></span>
See http://community.sellerdeck.com/show...569#post344569 for customer with this problem.
Comment