Bug 193335 - [Intro] Welcome (maximized): Overview button flicker heavily when moving mouse below
Summary: [Intro] Welcome (maximized): Overview button flicker heavily when moving mous...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M2   Edit
Assignee: Chris Goldthorpe CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
: 173988 194795 233503 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-19 11:15 EDT by Markus Keller CLA
Modified: 2013-11-06 02:41 EST (History)
3 users (show)

See Also:


Attachments
patch (622 bytes, patch)
2008-08-19 13:51 EDT, Chris Goldthorpe CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2007-06-19 11:15:34 EDT
I20070615-1200

- new workspace
- on Welcome page, move the mouse to below the "Overview" button's text rectangle
- move the mouse horizontally
=> button and rectangle quickly appear and disappear, which results in an anoying flickering when moving the cursor in that area
Comment 1 Chris Goldthorpe CLA 2007-07-12 17:26:12 EDT
I know why this is happening. It is due to this sequence in E:\EclipseWorkspaces\U\org.eclipse.ui.intro.universal\themes\circles\html\shared.css:


/*
 * Navigation link label text is normally hidden. Workaround to produce the
 * same effect as display: none while still allowing screenreaders to
 * speak it.
 */
#navigation-links a .link-label { 
	position: absolute;
	left: -999px;
	width: 990px;
}

This has the side effect of creating a very wide hover area for the containing element. I'll see if there is a better way to achieve the desired effect.
Comment 2 Chris Goldthorpe CLA 2007-07-12 17:55:54 EDT
This was inroduced when Bug 154254 was fixed.
Comment 3 Chris Goldthorpe CLA 2008-05-22 14:42:54 EDT
*** Bug 233503 has been marked as a duplicate of this bug. ***
Comment 4 Chris Goldthorpe CLA 2008-08-19 13:51:53 EDT
Created attachment 110375 [details]
patch
Comment 5 Chris Goldthorpe CLA 2008-08-19 13:53:29 EDT
Fixed in HEAD.
Comment 6 Chris Goldthorpe CLA 2008-08-19 13:57:07 EDT
*** Bug 173988 has been marked as a duplicate of this bug. ***
Comment 7 Chris Goldthorpe CLA 2008-08-19 14:15:34 EDT
*** Bug 194795 has been marked as a duplicate of this bug. ***