Item12820: Javascript inconsistent operation for edit operations

pencil
Priority: Urgent
Current State: Closed
Released In: n/a
Target Release:
Applies To: Extension
Component: EditRowPlugin
Branches: trunk
Reported By: GeorgeClark
Waiting For:
Last Change By: CrawfordCurrie
Two issues found with javascript

  1. Chromium fails to render an edit box for empty cells when clicking the yellow corner stain. Firefox works
  2. If browser window is scrolled down to reach the table, "drop" is not detected for row drag operations, and row falls back to the original position. Shrink the text so the table is visible when scrolled to top of screen and drag/drop works.

-- GeorgeClark - 23 Mar 2014

Browser versions on gentoo linux:
  • www-client/firefox-24.3.0:0
  • www-client/chromium-32.0.1700.77:0

-- GeorgeClark - 23 Mar 2014

The first problem is due to the browser being unhappy with a block element (the editor) being inside an inline element (a span). Changed the spans to divs and it seems happy now.

The second problem is due to changes in the jquery draggable component.

-- CrawfordCurrie - 24 Mar 2014

 
Topic revision: r5 - 24 Mar 2014, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy