df-progressbar-tooltip-patch #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch ":df-progressbar-tooltip-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The image-based progress bar doesn't show the actual value, which might be especially interesting in Diagnostics>MuxInfo. This patch (which I've had lying around for ages but keeps getting overwritten) makes it appear as a tooltip in typical browsers.
WebIf seems to use two different progress bar styles: this one and the jQueryUI plugin with the
reportprogress()
API. Also, the currently included jQueryUI version has its own progressbar widget.I guess it wouldn't be hard to re-implement the jQueryUI plugin using this image-based progress bar widget, something like this:
Then the progress bars could be consistent across the WebIf.