nullbarriere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot select text in text widgetI work with the out-comented line as posted above quite a few days now, seems to work OK, just the dragging of the dialogs doesnt work anymore, but I can live without.
So, Otto42, where exactly is the right place to “contribute that fix back to the code”?Forum: Fixing WordPress
In reply to: Cannot select text in text widgetHi, its me again.
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 $widget['id']; ?>control').Draggable({handle: '.controlhandle', zIndex: 1000});
Is there anyone who could confirm wether this works or not on perhaps improve on this?
Forum: Fixing WordPress
In reply to: Can Not Highlight Text in Text WidgetForum: Fixing WordPress
In reply to: Cannot select text in text widgetDear Otto42, I cannot beleave you wrote this in earnest:
As a workaround for now, use Firefox.
Is this official WordPress policy? We cannot fix it, so use another browser as some 25% of you do anyway? Click the BrowseHappy link? Is it up to you to tell people which browser to use? This is ridiculous. As is the statement, you are not even testing wordpress for use with the browser the majority of your customers use.
Dear Otto42, isn’t it time to apologize? Instead you keep insulting people after not paying attention. User computerfrien said inthe secont post up there “using Internet Explorer 6 or 7 on a PC”. The problem still is there.
Forum: Fixing WordPress
In reply to: Can’t select text in widgetswell…any solutions?