You are here: Foswiki>Tasks Web>Item14490 (06 Feb 2018, MichaelDaum)Edit Attach

Item14490: EditRowPlugin Edit button image not displaying correctly.

pencil
Priority: Normal
Current State: Closed
Released In: 2.1.5
Target Release: patch
Applies To: Extension
Component: EditRowPlugin
Branches: Release02x01 Item14288 master Item14454 Item14380 Item14537
Reported By: WesleyJacobs
Waiting For:
Last Change By: MichaelDaum
Foswiki 2.1.4 - Red Hat 7.3 Apache 2.4

Cosmetic issue with "Edit-Table" button located at left corner of tables not displaying correctly. Problem - Background position not shifting to proper part of the icons.png file and shows the "quiet save, delete row, and save icon" instead of the "edit" portion.

Made modification to to original erp.css file by adding second background property:
.erp-edittable {
    width:27px;
    height:13px;
    background-image:url("icons.png")!important;
    background-position:0 -16px
}

## Added this:

.erp-edittable:link {
    background-position:0 -16px;
} 

-- WesleyJacobs - 19 Sep 2017

Row 1
Row 1
Row 2
Row 2

I'm not observing the issue here. Could this be browser specific? Tested on Firefox and Chrome on Linux.

-- GeorgeClark - 12 Dec 2017

EditRowPlugin depends on PatternSkin's css styles for foswikiButton. Any other skin with varying settings for foswikiButton will display this button incorrectly. For example default skin.

-- MichaelDaum - 12 Dec 2017
 
Topic revision: r11 - 06 Feb 2018, MichaelDaum
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