search for: entereditmod

Displaying 6 results from an estimated 6 matches for "entereditmod".

Did you mean: entereditmode
2005 Oct 25
24
InPlaceEditor scrolls to top in Firefox?
When I click an InPlaceEditor field in Firefox 1.0.7, the page scrolls up to the top. That''s disconcerting, and often ends up with the editable field out of the viewable pane. I can duplicate this on both Mac and PC. Is there a way to prevent this? Even the demo at http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor does this. Jay Levitt
2005 Sep 01
1
FW: In-place editor inside a Draggable
I was able to do a cheap workaround By putting this: this.editField.focus(); at the end of the enterEditMode: function() this still does not allow highlighting with the mouse. Also if there are regular forms in a draggable the end user is screwed especially when using firefox. -----Original Message----- From: Stephen Major [mailto:smajor@gmail.com] Sent: Thursday, September 01, 2005 3:28 AM To: '...
2006 Sep 25
3
In place editing an empty field
I am trying to use the Scriptaculous InPlaceEditor and in some cases the field will be empty. That is, the field currently has no value but the user wants to enter a value. The InPlaceEditor appears to not work in this case. Other identical fields (except wit different ids and some value) do work. I have tried using a nonbreaking space ( ), and this does cause the editor to appear,
2007 Apr 09
0
Unobtrusive IPE -- comments, please
...RL: "get_raw.php?id=<?= $id ?>&field=description", ajaxOptions: {method: "post"}, callback: function(form, value) { return "id=<?= $id ?>&field=description&myparam=" + encodeURIComponent(value) } }); if(editListing) editListing.enterEditMode(''click''); }; var editThis = function(){ Event.observe(''PageDiv'',''contextmenu'',rightClick); }; Event.observe(window,''load'',editThis); </script> --~--~---------~--~----~------------~-------~--~----~ You received th...
2006 Jan 22
1
Bug in Scriptaculous 1.5.1 (InPlaceEditor)?
...and others on the Rails general list in Safari. It does not manifest itself in Firefox. In IE and Safari, clicking an Ajax.InPlaceEditor causes two form elements to be created, rather than the one expected. I''ve examined the code in controls.js and determined that the event handler "enterEditMode" is indeed being called two separate times (insert an alert at entry and exit and you''ll see what I mean). Anyone know what might be causing this? I''m close to demoing for a client but hadn''t run into this in Firefox so assumed (yeah, bad mistake) that things were...
2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question.. I often crash my Safari when using ''Enter'' on InPlaceEditor''s for submitting. Works fine on firefox(win & Mac) - no javascript errors. Anyone else seen this behavior? (Maybe it is just my alterings of InPlaceEditor :-) Best Regards Michael Krog