Closed (fixed)
Project:
MySite
Version:
5.x-2.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2007 at 22:51 UTC
Updated:
4 Jun 2007 at 22:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
agentrickardI can tell you why this is happening, but I'm not sure exactly how to fix it.
The entire Droplet area -- in the rendered HTML it starts with
<div class="mysite-group collapsible sortable-item" id="m126">(though m126 is unique to my account; your id will vary) -- is governed by the drag-drop-sort rules of the Interface plugin for JQuery.To Interface, the entire DIV is a draggable object, so clicking on it activates the Interface actions, never allowing your click to get through to the form input element. Note that you can TAB into this field, however, which proves my point.
This is an interesting bug, and I don't know the immediate answer. (The module does note, however, that not all blocks work as Droplets; this seems to be an example.)
It would be great if any JavaScript gurus out there could find a fix for this. Otherwise, it may take some time.
This is an important bug, though, and needs to get fixed, thanks.
Comment #2
agentrickardTry this.
Open mysite.js. Add a line at line 100:
This should make only the header an active handler, and let you click the search box.
Will commit to HEAD once confirmed.
Comment #3
agentrickardI also attached a modified version of the JS file.
Comment #4
suchold-it commentedOk, thanks. It works.
Comment #5
agentrickardIt works, but it breaks the sort function on the Content overview page. I have corrected this and will commit changes later today.
This occurs in the mysite_content() function:
Comment #6
agentrickardFixed in beta5.