| Summary: | "Add To Dashboard" button size is too small on some displays | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Libor Zoubek <lzoubek> | ||||||
| Component: | UI | Assignee: | Mike Thompson <mithomps> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | JON 3.2 | CC: | lzoubek, mithomps, theute | ||||||
| Target Milestone: | ER04 | ||||||||
| Target Release: | JON 3.2.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-02 20:43:13 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Libor Zoubek
2013-10-02 11:19:46 UTC
What resolution are you testing? I have attached a 1280x1024 screenshot. Please attach screenshot as well. Also, a pixel ruler would help as well to quantify what you are seeing on the screen. Created attachment 806526 [details]
Metrics Screen snapshot
Created attachment 806531 [details]
invalid button size
I am on 1920x1080. I've just doublechecked with Filip (Fedora 16, same resolution) and it's ok on his environment. So it must be something on my side. I wonder why it is the only button, everything else within jon looks correctly.
Maybe its a fonts/zoom issue. In FF, if you View --> Zoom --> Reset. Does the problem still exist? So it looks like smartGWT is not sizing the button correctly to fit the width because it is using a default width (not specified). I'm making the button width fixed at 120 px (it was automatically sized at 101px) as to give it room to show all the characters in the label. The only side effect is that possible i18n would be greater than the 120px and would truncate the text (much like it is doing right now). Committed to master with commit id: 6da584e |