#17441 closed defect (bug) (fixed)
Out of date Browswer Message contains "minimize" icon.
Reported by: | hakre | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | trivial | Version: | 3.2 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Top-Right corner, looks like a implementation glitch on the DOM/CSS part of the feature. That message box has no min/max functionality.
Related: #17323
Attachments (1)
Change History (8)
#2
@
14 years ago
As you write it, exactly! The link of the image covers the button in part so it's hard to use it anylonger.
The link of the browswer picture could get a title for a smaller improvement over this. The Browser logo could be set as the background of the browser-icon div and the href could be boxed and put over it w/o interfeering that button any longer. Just as a quick idea.
#3
@
14 years ago
I forgot about this. It was a problem I noticed while writing it, but at the time the plan was to no longer have the ability to minimize widgets. Since we kept that ability we probably need to come up with some kind of fix.
#4
@
13 years ago
- Keywords has-patch added
The patch checks the id of the meta box. If it's 'dashboard_browser_nag' then it doesn't echo the handlediv
(the arrow), and it returns from the click event before making any changes.
It can be minimized. The problem is that the browser logo and link to vendor is positioned over the arrow. You can still minimize by clicking to the right of the arrow or elsewhere in the title bar to the left of the logo.