#1488534 closed Bugs (fixed)

Larry -> Edit Contact glitch

Reported by: rosali Owned by: thomasb
Priority: 5 Milestone: 0.8-stable
Component: User Interface Version: 0.8-rc
Severity: normal Keywords:
Cc:

Description

In FF and Chrome there is a mis-placed link "Delete" which should not be there at all. In IE it is ok.

See screenshot.

Attachments (2)

screeny.png (26.0 KB) - added by rosali 12 months ago.
screeny.2.png (18.0 KB) - added by rosali 12 months ago.
Chrome

Download all attachments as: .zip

Change History (10)

Changed 12 months ago by rosali

Changed 12 months ago by rosali

Chrome

comment:1 Changed 12 months ago by alec

  • Component changed from Addressbook to User Interface
  • Milestone changed from later to 0.8-stable
  • Resolution set to worksforme
  • Status changed from new to closed

Works for me. Maybe some mod is breaking this.

comment:2 Changed 12 months ago by rosali

No, same with no plugins active!

comment:3 Changed 12 months ago by rosali

  • Resolution worksforme deleted
  • Status changed from closed to reopened

See my emails sent to you. Issue occurs only on high resolutions screens (1980 x 1020).

comment:4 Changed 12 months ago by alec

This is most likely related to text-indent in css styles of Larry. Try to replace used value 1000px with -1000px or vice versa or increase it to a bigger value.

comment:5 Changed 12 months ago by rosali

addressbook.css:

I have there -1000px;

(+)1000px results in a vertical scroll bar. -5000px; works.

Should I narrow this with other negative values?

a.deletebutton {
	position: relative;
	left: 5px;
	top: -3px;
	display: inline-block;
	width: 24px;
	height: 18px;
	text-decoration: none;
	text-indent: -5000px;
	background: url(images/buttons.png) -7px -377px no-repeat;
}

comment:6 Changed 12 months ago by rosali

-1190px is the minimum value working for my screen resolution. As -5000px works as well this should be fine for the next years ;-).

comment:7 Changed 12 months ago by alec

  • Owner set to thomasb
  • Status changed from reopened to new

I think it's safe to replace all -1000px with -5000px, but I'll leave this to Thomas.

comment:8 Changed 12 months ago by thomasb

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [900e6226]

Note: See TracTickets for help on using tickets.