Closed
Bug 453337
Opened 17 years ago
Closed 17 years ago
enter_bug (New Bug) UI bounces up and down when you change the component because description changes height
Categories
(Bugzilla :: User Interface, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: vlad, Assigned: guy.pyrzak)
References
Details
Attachments
(8 files, 5 obsolete files)
179.73 KB,
image/png
|
Details | |
74.96 KB,
image/jpeg
|
Details | |
411.03 KB,
image/jpeg
|
Details | |
2.41 KB,
text/html
|
Details | |
467 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
135.20 KB,
image/png
|
Details | |
109.35 KB,
image/jpeg
|
Details | |
1.31 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
The enter new bug UI now takes up enormous amounts of screen real estate -- there is significant wasted white space on the left (see attachment). Also, as you select components, the rest of the page bounces up and down because the 'component description' block constantly changes size.
Comment 1•17 years ago
|
||
Based on your screenshot, it appears to be the fault of the number of flags present. The only way I can think of to fix this is to either put the flags in a scrollable box, or do something like bug 453279 with them.
Comment 2•17 years ago
|
||
Yes, the left size expands if there are many flags, compare the first screenshot with this one (which I took in fullscreen mode because my display isn't as high as the reporter's)
Comment 3•17 years ago
|
||
P.S. I don't see the bug bouncing up and down as I select different components: could the different Bugzilla skin be a factor?
Comment 4•17 years ago
|
||
Let's focus this bug on one issue (one that we can fix easily) and then if you want, you can file another bug for the flags issue (which takes a bit more thought).
Assignee: nobody → ui
Severity: normal → minor
Component: Bugzilla: Other b.m.o Issues → User Interface
Product: mozilla.org → Bugzilla
QA Contact: other-bmo-issues → default-qa
Hardware: PC → All
Summary: new bug UI wastes space and bounces up and down → enter_bug (New Bug) UI bounces up and down when you change the component
Version: other → 3.2
Comment 5•17 years ago
|
||
The fix here would be the max-height the box, if that works, and give it an overflow: auto.
Comment 6•17 years ago
|
||
Oh, sorry, forget my comment #3, in Konqueror I do see up-down bouncing. I guess my userChrome.css makes what I see "better than default".
There was a mid-air, and I'm not retyping it because your comment #5 makes me think that the same fix ("height: 6em; overflow:auto" or something similar) could be applied to the <div> or <td> or whatever containing the component description.
Comment 7•17 years ago
|
||
oops, sorry, I thought you were talking about fix-sizing the flags. I should go to sleep now and leave Bugzilla alone. Sorry.
i'm using dusk and the component descriptions for the first 4 or so components in core cause the bouncing.
could you fix that?
Assignee: ui → guy.pyrzak
Summary: enter_bug (New Bug) UI bounces up and down when you change the component → enter_bug (New Bug) UI bounces up and down when you change the component because description changes height
Updated•17 years ago
|
Priority: -- → P1
Assignee | ||
Comment 10•17 years ago
|
||
Attachment #336796 -
Flags: review?(mkanat)
Comment 11•17 years ago
|
||
Comment on attachment 336796 [details] [diff] [review]
fix for bouncing bug V1
I think heights make more sense in ex, not in em.
Also, nit: remove the space at the end of that fieldset.
Attachment #336796 -
Flags: review?(mkanat) → review-
Comment 12•17 years ago
|
||
Comment on attachment 336796 [details] [diff] [review]
fix for bouncing bug V1
And comp_desc is a fieldset, not a div.
Assignee | ||
Comment 13•17 years ago
|
||
Attachment #336796 -
Attachment is obsolete: true
Attachment #336805 -
Flags: review?(mkanat)
Assignee | ||
Comment 14•17 years ago
|
||
Attachment #336805 -
Attachment is obsolete: true
Attachment #336807 -
Flags: review?(mkanat)
Attachment #336805 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #336807 -
Flags: review?(mkanat) → review+
Comment 15•17 years ago
|
||
Comment on attachment 336807 [details] [diff] [review]
fix for bouncing bug V3
Please remove that extra space at the end of the <fieldset> tag when you check this in.
Assignee | ||
Comment 16•17 years ago
|
||
![]() |
||
Comment 17•17 years ago
|
||
How many lines are displayed at once? 4?
Updated•17 years ago
|
Flags: approval3.2+
Flags: approval+
Target Milestone: --- → Bugzilla 3.2
Assignee | ||
Comment 18•17 years ago
|
||
max turns out (after looking at firebug) that there was already a rule for the comments area, so instead of adding all that other stuff i just gave it the height. Much cleaner patch
Attachment #336807 -
Attachment is obsolete: true
Attachment #336984 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #336984 -
Flags: review?(mkanat) → review+
Assignee | ||
Comment 19•17 years ago
|
||
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.47.2.2; previous revision: 1.47.2.1
done
and
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.49; previous revision: 1.48
done
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 20•17 years ago
|
||
![]() |
||
Comment 21•17 years ago
|
||
Could we make the description box taller? Having only two lines displayed at once is really painful to read. E.g. the User Interface description in the Bugzilla product is 9 lines long. Scrolling doesn't work because it jumps 3 lines at once and so you miss one line every 3 lines. You can test this yourself at https://bugzilla-stage-tip.mozilla.org/enter_bug.cgi?product=Bugzilla&component=User Interface
IMO, 4 or 5 lines should be displayed at once. Reopening!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•17 years ago
|
Flags: blocking3.2+
![]() |
||
Comment 22•17 years ago
|
||
Clearing approvals till the height is updated.
Flags: approval3.2+
Flags: approval+
Assignee | ||
Comment 23•17 years ago
|
||
Attachment #339095 -
Flags: review?(LpSolit)
![]() |
||
Comment 24•17 years ago
|
||
Comment on attachment 339095 [details] [diff] [review]
patch with the hight bigger
>+ height: 10ex;
I discussed this with pyrzak on IRC, and for visual reasons, the bottom of the component select box and the bottom of the description box should be aligned. For this, we should do the following compromise: an height of 8ex for the desc box (so that 3.5-4 lines are displayed at once, which is fine) and a size of 6 for the component box (instead of the current value of 5).
Attachment #339095 -
Flags: review?(LpSolit) → review-
Assignee | ||
Comment 25•17 years ago
|
||
Attachment #339095 -
Attachment is obsolete: true
Attachment #339311 -
Flags: review?(mkanat)
Attachment #339311 -
Flags: review?(LpSolit)
Assignee | ||
Comment 26•17 years ago
|
||
![]() |
||
Comment 27•17 years ago
|
||
Comment on attachment 339311 [details] [diff] [review]
patch maybe final?
Nah, you submitted the wrong patch. :)
Attachment #339311 -
Attachment is obsolete: true
Attachment #339311 -
Flags: review?(mkanat)
Attachment #339311 -
Flags: review?(LpSolit)
Assignee | ||
Comment 28•17 years ago
|
||
Attachment #339334 -
Flags: review?(mkanat)
Attachment #339334 -
Flags: review?(LpSolit)
![]() |
||
Comment 29•17 years ago
|
||
Comment on attachment 339334 [details] [diff] [review]
patch maybe final?
r=LpSolit
Attachment #339334 -
Flags: review?(mkanat)
Attachment #339334 -
Flags: review?(LpSolit)
Attachment #339334 -
Flags: review+
![]() |
||
Updated•17 years ago
|
Flags: approval3.2+
Flags: approval+
Assignee | ||
Comment 30•17 years ago
|
||
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.52; previous revision: 1.51
done
Checking in template/en/default/bug/create/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl,v <-- create.html.tmpl
new revision: 1.88; previous revision: 1.87
done
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.47.2.4; previous revision: 1.47.2.3
done
Checking in template/en/default/bug/create/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl,v <-- create.html.tmpl
new revision: 1.83.2.5; previous revision: 1.83.2.4
done
Assignee | ||
Updated•17 years ago
|
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•