#11220 closed bug (notabug)
Problem with Jquery UI button used as a toggle button
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.button | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a problem with jquery button when I use it as toggle button. The bug appears in Chrome. When the toggle button use clicked it trigger a scroll event for the document, although it is placed in a scrollable div. There is many toggle buttons in my app, placed in different divs formed a 'grid' that is placed in a outer div so that can be scrolled. Do you have any suggestions for that strange behavior? Is it a bug in jquery UI because there are another elements in that 'grid' used as 'buttons' that don't cause scroll for the document element and the scrollbale div at click on them (for instance - color picker, checkboxes and so on).
Change History (5)
comment:1 follow-up: 2 Changed 8 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 8 years ago by
Status: | pending → new |
---|
Replying to scott.gonzalez:
It sounds like you're not even sure if you're reporting a bug. Please provide a reduced test case showing the problem.
I'm sure that it's a bug and I cannot provide code, because the app is very complex large and it's a complex designer tool, and it's required many other sources files and so on. I tried to debug in jquery and jquery UI siles and saw that there have raised this events, when I click on every toggle button.
comment:3 Changed 8 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
If you can't provide a reduced test case, then there's nothing for us to debug.
comment:4 Changed 8 years ago by
OK. I will try to resolve this bug, or just I will use another plugin or just I will will develop one, but the problem will remain in jquery UI.
comment:5 Changed 8 years ago by
Do what you need to do, but if you can't provide a test page for us, I don't know what you expect us to do.
It sounds like you're not even sure if you're reporting a bug. Please provide a reduced test case showing the problem.