Closed Bug 260467 Opened 20 years ago Closed 20 years ago

column picker & column change size when clicked

Categories

(Core :: XUL, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: rusanov, Unassigned)

References

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.5) Gecko/20031006 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.5) Gecko/20031006 Firebird/0.7

column picker change size when clicked

treecol:hover:active,
treecolpicker:hover:active {
  border-top: 2px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 2px solid;
  -moz-border-top-colors: ThreeDShadow -moz-Dialog;
  -moz-border-right-colors: ThreeDShadow;
  -moz-border-bottom-colors: ThreeDShadow;
  -moz-border-left-colors: ThreeDShadow -moz-Dialog;
}

this style resize border column pick with rigth and bottom on 1px. 

if I add this is style , then size column and column picker not changed
treecol:hover:active,
treecolpicker:hover:active>image {
	padding-top : 1px; 
	padding-left	: 1px;
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
rather 

treecol:hover:active>image,
treecol:hover:active>label,
treecolpicker:hover:active>image {
	padding-top		: 1px; 
	padding-left	: 1px;
}
*** Bug 260463 has been marked as a duplicate of this bug. ***
Over to XPFE, but is this a problem in Suite, or just in firefox?
Assignee: general → guifeatures
Component: DOM → XP Apps: GUI Features
QA Contact: ian
Over to relevant tree and firefox guys.
Component: XP Apps: GUI Features → XP Toolkit/Widgets: Trees
I download last version FireFox and I see you fixed this is inaccuracy.

treecol:hover:active,
treecolpicker:hover:active {
  border-top: 2px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 2px solid;
  -moz-border-top-colors: ThreeDShadow -moz-Dialog;
  -moz-border-right-colors: ThreeDShadow;
  -moz-border-bottom-colors: ThreeDShadow;
  -moz-border-left-colors: ThreeDShadow -moz-Dialog;
  padding: 1px 4px 0px 5px;
}
Ok, marking so.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.