| Summary: | [CSS] CTabFolder:selected should be CTabItem:selected | ||
|---|---|---|---|
| Product: | [Eclipse Project] e4 | Reporter: | Kevin McGuire <Kevin_McGuire> |
| Component: | UI | Assignee: | Kevin McGuire <Kevin_McGuire> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aghilesa, azerr, rsternberg |
| Version: | 0.9 | ||
| Target Milestone: | 0.9 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
| Bug Depends on: | 271490 | ||
| Bug Blocks: | |||
Hi Kevin, I agree with your opinion. Angelo Removing milestone since nobody working on this atm. Fixed as part of bug #271490 and bug #282575 . |
I think we need a pseudo class on CTabItem:selected so that we can properly encode the same folder looks as we have in Ecliose 3.x, ie. Shell:active CTabFolder:focus CTabItem:selected { ... } Presently we've implemented CTabFolder:selected but really it's the tab item that's selected, not the folder. Note that the actual state is stored on the CTabFolder in the form of setSelectionXXX methods. Thus the statement here is that we should be modeling the logical state, not the way it's implemented. Ralf, Angelo, do you agree/disagree?