Summary | Dragging SplitBar over Html messages does not work |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rui.carneiro (at) portugalmail (dot) net |
Created | 09/28/2009 (5798 days ago) |
Due | |
Updated | 01/13/2010 (5691 days ago) |
Assigned | 09/28/2009 (5798 days ago) |
Resolved | 09/28/2009 (5798 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Bug #8606: Fix dragging over IFRAMEshttp://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=1d9d76b9db840d2bc3e48be40365d0465554edb4&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=dbdb24b739121e5f9f2a67d31993f9410057a4e8&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=306a4e5131dfb2786ab724afe1222a0fa4c47ad9&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=beaca19a8cf593f38698b08764652928c4262ec4&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
State ⇒ Resolved
is not the correct place to fix this - it has no knowledge of the page
structure outside of the viewport div. This needed to be fixed in
DimpBase.js instead).
Bug #8606: Fix dragging over IFRAMEshttp://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=1d9d76b9db840d2bc3e48be40365d0465554edb4&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=dbdb24b739121e5f9f2a67d31993f9410057a4e8&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=306a4e5131dfb2786ab724afe1222a0fa4c47ad9&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=beaca19a8cf593f38698b08764652928c4262ec4&r2=ea9c6b72366de9f0e562a8dcf297c665dad72deb
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Dragging SplitBar over Html messages does not work
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
New Attachment: splibar.diff
State ⇒ Unconfirmed
we need to create an invisible element (e.g. div) that covers all
draggable area.