Hello and thank for this very useful module, which works beautifully.

Here's the problem:
I am using an editable field (simple on/off checkbox) in a tabled block View in the Content Top region.

When browser goes to the page where this block appears, the page scrolls all the way to the bottom automatically. This is a long list of content and so the scrolling is quite annoying. In Firefox it simply jumps to the bottom of the view and viewer must navigate back to top of page.

Since this is the only View I have ever had this problem with and it is the only View I'm using Editable Fields with I am presuming that the problem lies with this module.

Any ideas? Or is it an Ajax Load problem (tried updating to latest version - 6.x-1.4 but no improvement?

-- Katharine Gates

Comments

rockland’s picture

Hi,

I'm having basically the same problem, although my page doesn't jump all the way to the end, but somewhere in the middle. I've established that it's a Javascript problem because turning off Javascript in the browser fixes the problem - though of course it also disables the module's ability to work, which I love! It's also definitely this module because disabling the module corrects the issue as well.

Let me know if you'd like more information; I'm not sure what else to offer at this point.

Thanks very much.

amaisano’s picture

Not sure if it helps, but I noticed that if I had any inputs on the node where an editable field was, the module would attempt to :focus on those input, textarea, or select elements upon page load. For me, I have AJAX comments at the bottom of my node, and an editable radio button set on the top of the node, so every time someone visited the page, it would jump to the bottom, then (sometimes) back to the top.

To fix this I commented out the following lines in editablefields.js:

// Around line 32
//  $('input', context).not(':hidden').focus();
//  $('select', context).not(':hidden').focus();
//  $('textarea', context).not(':hidden').focus();
joelpittet’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this to triage the queue. Feel free to comment if you'd like this to be re-opened, though currently there is nobody supporting the 6.x branch.