#5747 closed defect (bug) (fixed)
Cannot select text in text widget
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Widgets | Keywords: | |
Focuses: | Cc: |
Description
By reporting this I refer to Wordpress Forum http://wordpress.org/support/topic/139464?replies=18
In short: In (some versions of?) IE6 and/or IE7 the INPUT and TEXTAREA fields of widgets accepting text input in the options dialog (first but not only the text widget) do not allow text selecting/highlghting.
My Solution as posted and worked with for while now:
I looked into the topic a little deeper. Theres a bug with jQuery Dragging. The Options Dialog of widget is draggable (reasons for that are not obvious to me). Since IE is highlighting text of layers under a dragged div, jQuery intentionally disables highlighting while dragging divs. Well, I looked into it just a little deeper, so I dont know yet how to really fix this keeping the draggability of the dialog, but for a workaround I came up with the idea of just disabling the (unneeded?) draggability:
in wp-admin/widgets.php commented out the line
jQuery('#<?php echo $widgetid?; ?>control').Draggable({handle: '.controlhandle', zIndex: 1000});
Change History (14)
#4
@
16 years ago
- Milestone set to 2.8
- Resolution wontfix deleted
- Status changed from closed to reopened
Still current based on the customers who reported this. See #6470 for other IE-related issues.
#6
@
16 years ago
Here's a report from one of them:
Problem exists using WP 2.7, default theme and no plugins active with IE7.
- You cannot select text in a text widget. Newsletter widget is also the same so it is not just the text widget itself. (1)
- Adding a text widget, the clicking edit causing widget to disappear. (that would be #6470)
I had vaguely understood a widget UI overhaul was slated in WP 2.8. Was that postponed?
(1) this one has a textarea, much like the text widget.
#8
@
16 years ago
- Milestone changed from 2.8 to Future Release
Punting due to feature freeze. Reconsider with next release.
#12
@
16 years ago
test with ie 6. no longer reproduceable, works in 2.8 trunk. all this has changed a lot since 2.3 so I suggest to close this as worksforme. will add an additional ie7 test with the other computer in a minute.
Is this still applicable to current release? Or can this be closed off?