| Summary | Vertical splitbar cannot be dragged hover Options page |
| 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 | 12/15/09 (5960 days ago) |
| Due | |
| Updated | 1/13/10 (5931 days ago) |
| Assigned | |
| Resolved | 12/15/09 (5960 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Bug #8775: IFRAME covers on drag now handled by dragdrop2 libhttp://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=51ab4281b2c074e4f8ee8fcd6fe14cfb9d888a26&r2=678911093b7752ff4faf8bd70dc96369a68367c9
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=34090faab8c59bf3af4e88cde323f64bd800c839&r2=678911093b7752ff4faf8bd70dc96369a68367c9
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=914f06b7d29db7bf11776ea1c0ebd8acbd1b00e7&r2=678911093b7752ff4faf8bd70dc96369a68367c9
Bug #8775: IFRAME covers on drag now handled by dragdrop2 libhttp://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=51ab4281b2c074e4f8ee8fcd6fe14cfb9d888a26&r2=678911093b7752ff4faf8bd70dc96369a68367c9
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=34090faab8c59bf3af4e88cde323f64bd800c839&r2=678911093b7752ff4faf8bd70dc96369a68367c9
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=914f06b7d29db7bf11776ea1c0ebd8acbd1b00e7&r2=678911093b7752ff4faf8bd70dc96369a68367c9
Assigned to Michael Slusarz
State ⇒ Resolved
dragdrop2 js library whenever a ghosted drag is moved.
Bug: 8775If dragging and ghosting, need to cover all IFRAMES with DIVS that have
higher z-indices.
http://cvs.horde.org/diff.php/horde/js/dragdrop2.js?rt=horde&r1=1.4&r2=1.5&ty=u
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Vertical splitbar cannot be dragged hover Options page
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
page because this page is embedded on an iFrame which means that mouse
events are caught by the iframe and not the main window.