Bug 379831 - styling issues with selection model
Summary: styling issues with selection model
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: 0.5   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.5 M2   Edit
Assignee: libing wang CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 380018 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-17 12:33 EDT by Susan McCourt CLA
Modified: 2012-05-22 14:40 EDT (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 Susan McCourt CLA 2012-05-17 12:33:01 EDT
Opening this bug to track the various styling issues with the selection model.

(1) from bug 377018:
>- the shift select on chrome and firefox also shows the blue browser select
>highlight for the nodes in the selection.  
We also have a bug about this problem with command buttons, see bug 379261 and http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting

(2) we need to set outline: none on the parent div that owns focus so that no browser focus emphasis is shown on the containing div, and only focus is shown in the rows.  (We've done this for the navigator but the selection model should do this for free)
Comment 1 Susan McCourt CLA 2012-05-17 12:33:58 EDT
assigning Libing for now so we don't lose it, but maybe Anton or I could help if you need it...
Comment 2 Susan McCourt CLA 2012-05-18 23:18:36 EDT
*** Bug 380018 has been marked as a duplicate of this bug. ***
Comment 3 Susan McCourt CLA 2012-05-18 23:19:33 EDT
duplicate bug has a case of (2) that looks bad especially when the list is empty.
Comment 4 libing wang CLA 2012-05-22 14:18:18 EDT
(In reply to comment #0)

> (2) we need to set outline: none on the parent div that owns focus so that no
> browser focus emphasis is shown on the containing div, and only focus is shown
> in the rows.  (We've done this for the navigator but the selection model should
> do this for free)

This one was fixed and checked in.