| Summary: | Tabbed toolbar: Unnecessary uno::InsertField redundancy in the "References" option group | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Leandro Martín Drudi <sanipachenko> |
| Component: | Writer | Assignee: | Justin L <jluth> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | heiko.tietze, jluth, kainz.a, mentoring |
| Priority: | low | Keywords: | difficultyMedium, easyHack, skillDesign, topicUI |
| Version: | 6.3.0.4 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:24.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 107237 | ||
| Attachments: |
The "More fields" button appears 3 times in the same group.
The "More fields" button appears 3 times in the same group. Placing only the buttons and adding, perhaps, some other field not directly accessible, can help eliminate redundancy and also take the group so that the tab does not appear empty. |
||
|
Description
Leandro Martín Drudi
2019-08-19 21:44:05 UTC
Created attachment 153520 [details]
The "More fields" button appears 3 times in the same group.
Created attachment 153522 [details]
The "More fields" button appears 3 times in the same group.
Created attachment 153523 [details]
Placing only the buttons and adding, perhaps, some other field not directly accessible, can help eliminate redundancy and also take the group so that the tab does not appear empty.
When I attached the first image I threw this error (that's why it appears twice).
DBD::Pg::db do failed: ERROR: could not serialize access due to concurrent update [for Statement "DELETE FROM tokens WHERE token = ?"] at Bugzilla/Token.pm line 383.
Bugzilla::Token::delete_token("v82KPj5PIn") called at /srv/bugzilla/bugzilla-5.0.4/attachment.cgi line 524
main::insert() called at /srv/bugzilla/bugzilla-5.0.4/attachment.cgi line 87
I don't know how to report to the webmaster
(In reply to Leandro Martín Drudi from comment #3) > Created attachment 153523 [details] > Placing only the buttons and adding, perhaps, some other field not directly > accessible, can help eliminate redundancy and also take the group so that > the tab does not appear empty. +1 for this proposal, but I would put "more fields" in second row (just for logical reasons). I would remove "More fields" from the tab as it makes the whole dropdown obsolete. @Leandro: You can hide comments and attachments yourself https://wiki.documentfoundation.org/QA/BugTriage#Comment_tags Recommendation given in comment 6. We have .uno:InsertField the single button and .uno:InsertFieldCtrl, the menu which includes the button. This menu is also located on several toolbars and we rather remove the individual button from the Notebookbar. Search for this command in the */notebookbar.ui files. repro 24.2+ Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/efafe9b1771b1c20bf27345cafbeb9e1b9e635eb tdf#127038 sw notebookbar: remove redundant "more fields" It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |