sqlitebrowser / sqlitebrowser/sqlitebrowser
First click on table does not activate buttons in Database Structure tab
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 24.6k
- Forks
- 2.4k
- Avg merge
- 3d 49m
- Merged PRs (30d)
- 3
Description
I found another issue with the nightly build. Go to "Database Structure" tab, click on a table. Notice that "Modify Table" and "Delete Table" buttons do not get activated. Click again on a different table. This time they do get activated.
I would expect the first click on a table should activate the buttons.
Note that this works in version 3.12.1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the nightly build by opening the Database Structure tab and selecting a table, then compare the behavior with version 3.12.1. Trace the table-selection and button-activation path; done means the first table click enables both Modify Table and Delete Table.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, sqlite
- Domain
- databases, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100