Anselmo21 / TAB_TO_MUSICXML

A GUI developed using JavaFx that can translate guitar, bass, and drum tablatures into MusicXML files.
1 stars 1 forks source link

Bug Report - Missing Input Error Prompt #1

Closed Deys2000 closed 3 years ago

Deys2000 commented 3 years ago

Bug Report 1/3- Syed Quadri - Group 15

Category Detail
ID 1
Raised By Syed Quadri - Group 15
Error Name Missing Input Error Prompt
Error Description Blank Tab Input does not throw Error Mentioned in User Manual. This allows the user to accidentally save a blank and useless file.
Steps to Reproduce 1. Run Application 2. Before Inserting anything, Select Convert
Expected Result Error Message should pop up for Invalid Input image
Actual Result No error message displays, the save button remains disabled only if it was not enabled previously image
Machine/Version/ Platform Windows 10, Eclipse Gradle Build, Java SE 15
Priority High Priority ( Affects many users )
Severity Low Severity (Does not affect operations)
mohful commented 3 years ago

Hello Deys2000. Thank you for your bug report! This was a very good observation about the convert button, and I assure you that will be fixed in the next version (coming shortly, stay tuned). For the save button, the reason it is enabled is so that you have a chance to save it again if you cancelled it accidentally. I hope this helps!

mohful commented 3 years ago

The convert button has been fixed, Deys2000.