Problem IE: 7 when draging the window.
| Project: | Drupal ajaxIM |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
I was just testing the module on my site: http://drupaldev.wcfree.com.
* What are the steps required to reproduce the bug?
Create a new chat room or join another.
In Internet Explorer 7 try to drag the window to a different location.
Now try to leave the window in that new location.
* What behavior were you expecting?
Expecting the window to stay in the new location that I moved it to.
* What happened instead?
The window just keeps following the cursor around the screen and will stay in one place.
OS Testing on:
Windows XP
IE 7
SuSE 10.2
Firefox
Drupal 5.2 dev
Drupal ajaxIM 5.x-1.x-dev
MySQL database 4.1.22
PHP 5.0.5
Unicode library PHP Mbstring Extension
Web server Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
URL: http://drupaldev.wcfree.com
When dragging any window created by ajaxIM in Explorer 7 (This is not a problem with Firefox on SuSE 10.2) you can start moving the window but then you cannot release it. In other words the window you are dragging just keeps following your cursor regardless if you click somewhere else.

#1
Thanks for help.
Link to this issue will be posted on general interface issue ticket
http://drupal.org/node/155052
#2
If you comment row #1182 ("$$ID('select').each...") of /ajaxim/js/window.js, it will not be sticky (at least in IE 6.0)
#3
thanks, that worked for me in IE6, don't have IE7 to try with.
#4
On 5.x-2.x:
I believe that completely kills functionality in both Firefox 2 and IE 7 -- with the #1182 code change the "IM anyone" and "Join Chatroom" buttons don't work at all.
(not sure with 1.x)