Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Installing Extensions and Themes From Web Pages |
Fixes my prior edit. Also I forgot to check the Technical checkbox to require review of this change. | |
Installing Extensions and Themes From Web Pages |
This fixes the example code, which was not working if there was any tag (e.g. bold <b>) between the <a ...> and the </a> and the clicked within that inner tag. This was because the event target was a child of the anchor element. | |
Window.scrollMaxX |
window.innerWidth + window.scrollMaxX != total document width; 43 words added, 1 words removed | |
Window.scrollMaxY |
window.innerHeight + window.scrollMaxY != total document height; 43 words added, 1 words removed | |
Window.innerWidth |
algorithm for innerWidth - any vertical scrollbar width; 20 words added, 22 words removed; page display name reset to default |