Bug 199788 - We lack visual feedback when posting forms in Bugzilla
Summary: We lack visual feedback when posting forms in Bugzilla
Status: Open
Alias: None
Product: Services
Classification: Unclassified
Component: Bug Tracker (show other bugs)
Version: unspecified
Hardware: Any Any
: --- Affects Only Me
Assignee: Bugmeister
URL:
Keywords: easy, feature
Depends on:
Blocks:
 
Reported: 2015-04-29 21:17 UTC by Michael Grünewald
Modified: 2022-12-12 02:16 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grünewald 2015-04-29 21:17:39 UTC
When I write a comment or anything in Bugzilla and hit the SUBMIT BUG or
SAVE CHANGES result, there is no visual feedback of any sort at the place
where the action takes place (the button).

As a consequence, I repeatedly send comments *several* times, which is
very annoying for every one.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-11-02 08:55:09 UTC
I can see a very tiny but of feedback, the text of the button moves by what appears to be 1px right on mouse-down, though I cant seem to find any particular CSS that declares any particular attributes.

I agree this could be better / more obvious.

I can think of a couple of things:

1) Disable the button on click. Might cause issues with network issues or request timeouts. 

2) Modify the  knob-buttons class to make action more obvious.

3) Add some text, ellipses, progress animation onClick(). These will need timeout/response handlers so they correctly reflect the state of the request.

@Michael What kind of feedback were you thinking?
Comment 2 Michael Grünewald 2021-03-09 10:58:32 UTC
(In reply to Kubilay Kocak from comment #1)

I'm certainly not the best person to make a qualified answer to this.  However I think a simple reaction of the button (bumped -> sunken for instance) would give a visual cue that something happened.
Comment 3 Graham Perrin freebsd_committer freebsd_triage 2022-12-12 02:16:42 UTC
My mistake (sorry): reduced severity for a feature.