| Summary: | Base has strange behavior when setting auto value | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | prrvchr |
| Component: | Base | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | REOPENED --- | ||
| Severity: | normal | CC: | miguelangelrv |
| Priority: | medium | ||
| Version: | 7.0 all versions | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
Table design mode
Save change message |
||
|
Description
prrvchr
2024-03-21 05:12:33 UTC
Maybe I'm wrong, but I think there are two different saves. The first one is to save the table modification in the database file, then it is applied. The second one is to save Base at exit, Base is a front-end, and has more components than the database, like configurations, forms, reports, queries, etc., not only the database, having in this case their database modified. Created attachment 193231 [details]
Table design mode
Created attachment 193232 [details]
Save change message
> The first one is to save the table modification in the database file, then it is applied.
> The second one is to save Base at exit, Base is a front-end, and has more components than the database, like configurations, forms, reports, queries, etc., not only the database, having in this case their database modified.
No, I'm not talking about the message that Base gives when you exit it, but a message that appears when you exit the design table. See attached screenshot
Considering how I manage to reproduce this problem, it seems that it is linked to where the focus is in the window when clicking on the save button (Ctr + S). And apparently the focus must be moved in the grid for this to work. Well another problem is that I can't reproduce without the jdbcDriverOOo extension, since I can't find a driver that allows you to change the AutoValue option, save it using the Save button (Ctr + S) then finally exit the table design window in order to display the error message. After several tests I confirm that if the focus is on the AutoValue combobox and we save using the Save button then there will be the message asking to save when exiting the table design window. |