Skip Ribbon Commands
Skip to main content
Version HistoryVersion History

Title

In FireFox, in edit properties, description unselects itself, see video

Assigned To

Demers, Scott

Brief Description

Edit any page in FireFox

Go to edit properties

select the description text

observe it unselect itself

curson remains focused in description box​

Detailed Description

 

Comments

New, GrahamNo presence information (1/26/2012 3:38 PM): Appears that Firefox has been stuggling for years with some variation of this -- not just in Sharepoint.
Problem is with the contentEditable="true" value (SP uses this extensively). When contentEditable="true" is used, CSS select (-moz-user-select:) becomes unreliable.
 
Attempting to force the select text to be editable via CSS has no effect:
controls.css:
textarea.ms-long,
#ctl00_m_g_38973098_a9bc_4017_aac1_d93a217166d1_ctl00_ctl02_ctl00_ctl02_ctl00_ctl00_ctl02_ctl00_ctl00_ctl04_ctl00_ctl00_TextField
{
-moz-user-select: text !important;  
}
 
A workaround I figured out was to place the cursor at the end of the content, hit backspace, then the content becomes selectable/editable.
 
I would recommend logging this as a know issue.
 

Example Page

 

Browser/OS

 

Priority

(2) Normal

Priority Order

1

Status

(2) In Queue

Start Date

 

Due Date

 

Release Date

 

Release Version

7.5

Server Deployment Status

(0) Not Started

Requested By

Miller, Michael

Ticket Status

1. Open

Workspace URL

 

Publicly Viewable?

No

Predecessors

 

Files to be pushed

 

Project Priority

 

Project Manager

 

Staging Date

 

Communication Type

 

Testing: Scope

 

Testing: Severity

 

Testing Procedure

 

Attachments

firefox-cant-select-description.swf    
Content Type: Bug or Issue
Version: 4.0
Created at 1/26/2012 3:38 PM by New, Graham