#1578 closed defect (wontfix)
Color picker does not keep proper position on page
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 0.97 |
Component: | Dialogs | Version: | trunk |
Severity: | major | Keywords: | |
Cc: |
Description
The color picker plugin is not keeping the proper position on the page. I.E. When I scroll down on the page the color picker pops up higher on the page. Here is the patch to fix this problem, the code is located in xinha/modules/ColorPicker/ColorPicker.js
Attachments (1)
Change History (3)
Changed 7 years ago by guest
comment:1 Changed 3 months ago by gogo
- Resolution set to wontfix
- Status changed from new to closed
comment:2 Changed 3 months ago by gogo
[1370] Fixes this properly in all three document rendering modes.
Note: See
TracTickets for help on using
tickets.
This can be a result of the document mode the browser is in, which is triggered by the Doctype.
For ColorPicker?, the best results seem to be Standards Mode and Almost Standards Mode, so either
or
Quirks mode makes the color picker position wonky if there is scrolling.
I would recommend using standards mode if at all possible.