Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
pjs
зеркало из
https://github.com/mozilla/pjs.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули pjs
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
54b6857282
pjs
/
content
/
events
История
bryner%brianryner.com
10b4b82e6a
Fix lack of caret in add email account wizard (bug 214306). The problem here was that when ShiftFocusInternal was given an explicit starting point, it was calling SetFocusedContent() for that node, which updated mCurrentFocus but not gLastFocusedContent. That violated the "invariant" that the active ESM's mCurrentFocus is the same as gLastFocusedContent, causing confusion later in SendFocusBlur(). This is fixed by making ShiftFocusInternal and GetNextTabbableContent not rely on mCurrentFocus being set to the starting content, which avoids the inconsistency. r=neil, sr=dbaron.
2004-04-13 10:27:50 +00:00
..
public
Make mutation events not be cancelable. Bug 117128, r+sr=bryner
2004-04-13 00:21:27 +00:00
src
Fix lack of caret in add email account wizard (bug 214306). The problem here was that when ShiftFocusInternal was given an explicit starting point, it was calling SetFocusedContent() for that node, which updated mCurrentFocus but not gLastFocusedContent. That violated the "invariant" that the active ESM's mCurrentFocus is the same as gLastFocusedContent, causing confusion later in SendFocusBlur(). This is fixed by making ShiftFocusInternal and GetNextTabbableContent not rely on mCurrentFocus being set to the starting content, which avoids the inconsistency. r=neil, sr=dbaron.
2004-04-13 10:27:50 +00:00
.cvsignore
…
Makefile.in
…