View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 04272 | Bug reports | LimeSurvey Website | public | 2010-04-09 09:53 | 2010-05-05 10:28 |
| Reporter | jas | Assigned To | lemeur | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 1.85+ | ||||
| Fixed in Version | 1.90b | ||||
| Summary | 04272: disable scrollwheel in listboxes/dropdownboxes | ||||
| Description | The mousewheel is often used by users to scroll the webpages of a survey. When the focus is on a dropdown-box/listbox, not the webpage is scrolled, but the items in that control. | ||||
| Steps To Reproduce | set the focus on a dropdownbox and scoll the mousewheel. | ||||
| Additional Information | Solution we implemented:
The mousewheel stays function when the focus is NOT on a dropdownbox/listbox 1.javascript: scrollmouse.js function cancelEvent(e) function noScroll(e)
Common.php, function getheader(), the last part | ||||
| Tags | No tags attached. | ||||
| Bug heat | 4 | ||||
| Complete LimeSurvey version number (& build) | 7689 | ||||
| I will donate to the project if issue is resolved | |||||
| Browser | ie | ||||
| Database type & version | mysql 5.0.90 | ||||
| Server OS (if known) | linux | ||||
| Webserver software & version (if known) | apache | ||||
| PHP Version | 5.2.12 | ||||
|
Carsten, I've tested that scrolling while having the focus set ont a select box only changes the answer in the following situation:
Nevertheless I've adapted the fix to fit our JS structure (survey_runtime, and using JQuery instead of Javascript in header), so I'm ready to commit if you still want this. Thibault |
|
|
Sounds great, please do! |
|
|
k |
|
|
I've tweaked the patch a little so that it requires only Javascript and no php at all. (Everything implemented in jQuery). Implemented in rev 8625. Thanks, |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-04-09 09:53 | jas | New Issue | |
| 2010-04-11 00:31 | c_schmitz | Status | new => assigned |
| 2010-04-11 00:31 | c_schmitz | Assigned To | => lemeur |
| 2010-04-24 11:03 | lemeur | Assigned To | lemeur => c_schmitz |
| 2010-04-24 11:06 | lemeur | Note Added: 11642 | |
| 2010-04-24 11:06 | lemeur | Status | assigned => acknowledged |
| 2010-04-24 11:11 | c_schmitz | Note Added: 11643 | |
| 2010-04-24 11:15 | lemeur | Status | acknowledged => assigned |
| 2010-04-24 11:15 | lemeur | Assigned To | c_schmitz => lemeur |
| 2010-04-24 11:16 | lemeur | Note Added: 11644 | |
| 2010-04-27 23:28 | lemeur | Note Added: 11667 | |
| 2010-04-27 23:28 | lemeur | Status | assigned => resolved |
| 2010-04-27 23:28 | lemeur | Fixed in Version | => 1.90b |
| 2010-04-27 23:28 | lemeur | Resolution | open => fixed |
| 2010-05-05 10:28 | c_schmitz | Status | resolved => closed |