[de-xbl] Inline and Scriptify recurrence-preview binding.
Categories
(Calendar :: Lightning Only, enhancement)
Tracking
(Not tracked)
People
(Reporter: arshad, Assigned: arshad)
References
Details
Attachments
(1 file, 7 obsolete files)
3.05 KB,
patch
|
MakeMyDay
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
One more thing: can you please add JSDoc descriptions to RecurrencePreview and its functions?
Assignee | ||
Comment 8•6 years ago
|
||
Makemyday, I have addressed all you comments. Lemme know if you want to update some of the doc comments that I have added. The overflow property doesn't do much even on *nix OSes so removing it.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 9•6 years ago
|
||
Richard I have removed overflow:hidden css rule from recurrence-preview element. It doesn't do much on windows and macos. It just crops few pixel of content maybe 3 or 4px. wdyt about it?
Assignee | ||
Comment 10•6 years ago
|
||
Richard, when is it important to add -moz-user-focus: normal
rule? nearly all the xbl bindings have that but when doing the conversion when should I remove them and when leave them?
Comment 11•6 years ago
|
||
I don't know. This is too deep for me. Maybe better you ask Brian.
Assignee | ||
Comment 12•6 years ago
|
||
Brian, when is it important to add -moz-user-focus: normal rule? nearly all the xbl bindings have that but when doing the conversion when should I remove them and when leave them?
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Updated•6 years ago
|
Comment 16•6 years ago
|
||
(In reply to Arshad Khan [:arshad] from comment #12)
Brian, when is it important to add -moz-user-focus: normal rule? nearly all the xbl bindings have that but when doing the conversion when should I remove them and when leave them?
It's not ringing a bell for me. Paolo, do you remember anything about this?
Comment 17•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/542023c45213
Inline and Scriptify recurrence-preview binding. r=MakeMyDay
Updated•6 years ago
|
Comment 18•6 years ago
|
||
Arshad, can you please still fix the nits in comment 15?
Assignee | ||
Comment 19•6 years ago
|
||
Assignee | ||
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Comment 22•6 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #16)
(In reply to Arshad Khan [:arshad] from comment #12)
Brian, when is it important to add -moz-user-focus: normal rule? nearly all the xbl bindings have that but when doing the conversion when should I remove them and when leave them?
It's not ringing a bell for me. Paolo, do you remember anything about this?
The default is "-moz-user-focus: ignore;", and I think you need to still set it to "normal" if you want the element to be accessible with the keyboard.
Comment 23•6 years ago
|
||
Description
•