Opened 16 years ago
Closed 16 years ago
#7740 closed defect (wontfix)
New filter fields after scrolling
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | ticket system | Version: | 0.11-stable |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Browser IE. Version: 6.0.2900.5512.xpsp.080413-2111 0) Click on View Tickets. 1) Click on Custom Query. 2) Click on Add filter scrollbox. 3) Click somewhere, but Add filter scrollbox should be highlighting as in pic 1.jpg. 4) Scroll mouse wheel on yourself
After this you will see more and more fields on Filter's pain as in pic 2.jpg.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Priority: | normal → low |
---|---|
Severity: | blocker → trivial |
comment:2 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I agree with that. And IE7 has it fixed (although you can still add "CC" lines by using the scroll wheel above the field selection box; Firefox scrolls the page instead, which makes much more sense).
You didn't actually attach any screenshots, but I see what you mean. In IE the scrollwheel initiates an onchange event (to the second option in the select) which causes the filter to be added, and the selected index to be set back to 0 (allowing you to keep scrolling and keep adding filters).
Since this is just an IE quirk, and *certainly* not a blocker, I doubt it's worth dealing with directly.