dan2097 / opsin

Open Parser for Systematic IUPAC Nomenclature. Chemical name to structure conversion
https://opsin.ch.cam.ac.uk
MIT License
147 stars 32 forks source link

SMILES not being displayed on web page #1

Closed dan2097 closed 13 years ago

dan2097 commented 13 years ago

Original report by Anonymous.


I've tried several names. InChI and CML look good, but the web page seems to be displaying the CML code twice instead of displaying the SMILES string and the CML.

dan2097 commented 13 years ago

Original comment by Daniel Lowe (Bitbucket: dan2097, GitHub: dan2097).


I can reproduce something similar on Internet Explorer (but not in Firefox) where ironically only the SMILES is displayed, and is displayed in the SMILES/InChI/CML poistions. I will investigate. Which browser are you using?

dan2097 commented 13 years ago

Original comment by Daniel Lowe (Bitbucket: dan2097, GitHub: dan2097).


I believe I have fixed the bug. The problem was that internet explorer was caching the ajax queries but possibly not distinguishing the fact the requests have different MIME accept types hence the weird output. If you are still encountering the problem please let me know.