зеркало из https://github.com/mozilla/pjs.git
Bug 454790 - Allow programmatic selection of -moz-user-select: none frames. r=roc
This commit is contained in:
Родитель
67a2f9564d
Коммит
a2e62dc1e5
|
@ -5923,15 +5923,6 @@ nsTextFrame::SetSelectedRange(PRUint32 aStart, PRUint32 aEnd, bool aSelected,
|
|||
if (aStart == aEnd)
|
||||
return;
|
||||
|
||||
if (aType == nsISelectionController::SELECTION_NORMAL) {
|
||||
// check whether style allows selection
|
||||
bool selectable;
|
||||
IsSelectable(&selectable, nsnull);
|
||||
if (!selectable) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
nsTextFrame* f = this;
|
||||
while (f && f->GetContentEnd() <= PRInt32(aStart)) {
|
||||
f = static_cast<nsTextFrame*>(f->GetNextContinuation());
|
||||
|
|
Загрузка…
Ссылка в новой задаче