-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Module: FrontendThese issues involve working on HTML, CSS, and JavaScript code that affects the user interface.These issues involve working on HTML, CSS, and JavaScript code that affects the user interface.Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.
Milestone
Description
In the configuration options for the CSV/TSV importer, two checkboxes are linked as if one of them had to be checked.
This is a bad pattern: if those checkboxes are really meant to be grouped, then they should be radio buttons and be positioned next to each other.
To Reproduce
Steps to reproduce the behavior:
- First, open a CSV/TSV file
- Then, click on the "Parse next 1 lines as column headers"
Current Results
Expected Behavior
In this case I was actually trying to get both checkboxes to be not checked (so that my project gets created with Column 1, Column 2… as column headers). I can achieve this by keeping the Parse next… checkbox on and setting the number of lines to 0 but that is a bit counter-intuitive.
Versions
- Operating System: Debian
- Browser Version: Firefox
- JRE or JDK Version: 11
- OpenRefine: master (3.6 SNAPSHOT)
Metadata
Metadata
Assignees
Labels
Module: FrontendThese issues involve working on HTML, CSS, and JavaScript code that affects the user interface.These issues involve working on HTML, CSS, and JavaScript code that affects the user interface.Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.
