SynBioDex / SBOL-Validator

A web application to validate SBOL files
https://validator.sbolstandard.org
Apache License 2.0
7 stars 3 forks source link

whitespaces in "Main SBOL/GenBank/FASTA File" textarea #94

Closed eoberortner closed 6 years ago

eoberortner commented 6 years ago

the textarea contains whitespaces leading to problems when copy-pasting the content of an SBOL-file into the textarea (w/o removing the whitespaces), then the validation the results in an error (screenshot attached). when removing the leading white-spaces, then there's no error (screenshot attached)

validator-error validator-ok

Please, can somebody fix the issue that there are no whitespaces in the textarea by default? Thanks!

cjmyers commented 6 years ago

Should be fixed. Please test.

On Apr 21, 2018, at 8:32 AM, eoberortner notifications@github.com wrote:

the textarea contains whitespaces leading to problems when copy-pasting the content of an SBOL-file into the textarea (w/o removing the whitespaces), then the validation the results in an error (screenshot attached). when removing the leading white-spaces, then there's no error (screenshot attached) https://user-images.githubusercontent.com/1379942/39085353-fc7bf942-4535-11e8-95e3-3154ab8e1980.png https://user-images.githubusercontent.com/1379942/39085354-fc928c20-4535-11e8-8f53-4095f00c819c.png Please, can somebody fix the issue that there are no whitespaces in the textarea by default? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SynBioDex/SBOL-Validator/issues/94, or mute the thread https://github.com/notifications/unsubscribe-auth/ADWD99oePXbDMvEvQhxBPTJ9k-aANPRWks5tq0MEgaJpZM4Teexo.

eoberortner commented 6 years ago

it's working now! thanks for fixing!