Item13766: EditRowPlugin columns widths are jumping to wider size when you hoover the mouse over the table.

pencil
Priority: Low
Current State: Closed
Released In: 2.1.4
Target Release: patch
Applies To: Extension
Component: EditRowPlugin
Branches: master Item14288 Release02x01 Item14380 Item14537
Reported By: KennethLavrsen
Waiting For:
Last Change By: CrawfordCurrie
If you look at the large tables in the TestCases/TestCaseEditTableMacrosInSettings and other similar pages and you hoover the mouse over the tables, the column widths seems to jump to a larger size.

Seems like a javascript problem.

Not a showstopper. Just not so pretty

-- KennethLavrsen - 30 Sep 2015

This happens because the cell is resized to accommodate the AJAX stain. There's no way around it, because of the way the TablePlugin works.

-- Main.CrawfordCurrie - 30 Sep 2015 - 11:59

I think we've fixed this by setting
.erpJS_container {
    position: absolute !important;
}
in an additional (local) stylesheet. It seems like this could be changed directly in pub/System/EditRowPlugin/erp.uncompressed.css, unless that defines position: relative for some reason?

Please check / test.

-- FlorianSchlichting - 23 Mar 2017

Good fix, thanks Florian.

-- Main.CrawfordCurrie - 27 Apr 2017 - 12:28

 
Topic revision: r11 - 31 Jan 2018, 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