The current code for creating the first processing instruction results in this:
<?aid style="50" type="snippet" readerVersion="6.0" featureSet="257" product="7.5(142)"
?>
That causes Windows Explorer to crash. Something with Adobe's programming responsible for handling icons within Windows Explorer does not like any line breaks in that processing instruction. I kid you not. Removing the line break does not cause Windows Explorer to crash. This is true for Adobe CC on Windows; I am not sure if it is true for earlier versions.
Fix is to produce the processing instruction without any line breaks in it. Commit forthcoming.
The current code for creating the first processing instruction results in this: <?aid style="50" type="snippet" readerVersion="6.0" featureSet="257" product="7.5(142)" ?>
That causes Windows Explorer to crash. Something with Adobe's programming responsible for handling icons within Windows Explorer does not like any line breaks in that processing instruction. I kid you not. Removing the line break does not cause Windows Explorer to crash. This is true for Adobe CC on Windows; I am not sure if it is true for earlier versions.
Fix is to produce the processing instruction without any line breaks in it. Commit forthcoming.