Actions
Defect #6389
closedSelected strings in subtasks area will be disappeared with mouse selection
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2010-09-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
With IE8 (Internet Explorer 8), subject strings listed in subtasks area will be cleared with mouse selection.
Here are steps to reproduce:
- Show an issue that have subtasks with IE. (e.g. http://demo.redmine.org/issues/31577)
- Select some subject strings in subtasks with mouse (e.g. subject string 'Test ' in subtask 31579).
- release the left-button. Selected strings will be disappeared.
Followings are my environment.
Ruby version 1.8.7 (i386-solaris2.10) RubyGems version 1.3.1 Rack version 1.0 Rails version 2.3.5 Active Record version 2.3.5 Active Resource version 2.3.5 Action Mailer version 2.3.5 Active Support version 2.3.5 Edge Rails revision unknown Application root /tank/www/redmine-1.0.1 Environment production Database adapter mysql Database schema version 20100819172912
The function clearDocumentSelection() in public/javascripts/context_menu.js uses document.selection.clear() for IE. I assume this might be the cause.
Related issues
Updated by Felix Schäfer about 14 years ago
I can confirm this on WinXP/IE8, my js foo isn't strong enough to be able to comment on this.
Updated by Daniel Felix almost 12 years ago
- Status changed from New to Confirmed
- Affected version (unused) changed from 1.0.1 to 2.2.1
- Affected version changed from 1.0.1 to 2.2.1
Updated by Daniel Felix almost 12 years ago
- Target version set to Candidate for next minor release
Updated by Daniel Felix over 11 years ago
Little update.
In IE10 everything seems to work as expected. I can't reproduce this in IE 10.
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from Confirmed to Closed
- Target version deleted (
Candidate for next minor release) - Resolution set to Fixed
Thank you for your feedback.
Actions