Skip Ribbon Commands
Skip to main content
Version HistoryVersion History

Title

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

Brief Description

Cannot select all text in description box successfully.

Steps to Reproduce

Edit any page in FireFox

Go to edit properties

select the description text

observe it unselect itself

cursor remains focused in description box​

Results

 

Expected Results

 

Work Around

 

Assigned To

Demers, Scott

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

(7) Known Issue

Start Date

 

Due Date

 

Release Date

 

Release Version

7.5

Server Deployment Status

(0) Not Started

Requested By

Miller, Michael

Ticket Status

2. Closed

Workspace URL

 

Predecessors

 

Staging Date

 

Communication Type

 

Testing: Scope

 

Testing: Severity

 

Testing Procedure

 

Attachments

firefox-cant-select-description.swf    
Content Type: Known Issue
Version: 8.0
Created at 12/15/2011 12:00 PM by Perunko, Jennifer
Last modified at 9/17/2012 3:25 PM by Demers, Scott