Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 446860 - [CSS] Changed (bold) view title not redrawn promptly with Classic theme
Summary: [CSS] Changed (bold) view title not redrawn promptly with Classic theme
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.3.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 07:50 EDT by Markus Keller CLA
Modified: 2020-02-25 03:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2014-10-13 07:50:59 EDT
Follow-up to bug 443845 comment 3.
master; already broken in 4.3.2.

- new workspace; switch theme to Windows 7 Classic; restart

- paste this snippet:
package snippet;
public class Snippet {
	public static void main(String[] args) throws Exception {
		for (int i= 0; i < 2000; i++) {
			Thread.sleep(2000);
			System.out.println(System.currentTimeMillis());
			java.awt.Toolkit.getDefaultToolkit().beep();
		}
	}
}

- Debug
- disable "Show Console When Standard Out Changes"
- right after a beep, quickly do:
  - click the Declaration view tab
  - click into the editor 

=> The Console view tab doesn't get bold when new output is produced. It only gets bold when the mouse is moved over a view tab in that stack.

Bug 413936 fixed a similar problem in a few pre-4.4 builds by setting a property to its default value in the css, but the bug reappeared in the 4.4 release (bug 440086).
Comment 1 Eclipse Genie CLA 2020-02-25 03:53:51 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.