Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

T1883 #24

Merged
merged 3 commits into from Aug 9, 2012
Merged

T1883 #24

merged 3 commits into from Aug 9, 2012

Conversation

Pomax
Copy link
Member

@Pomax Pomax commented Aug 8, 2012

No description provided.

@@ -17726,6 +17730,7 @@
// by assigning it a tabindex. If no tabindex is specified on-page, set this to 0.
if (!curElement.getAttribute("tabindex")) {
curElement.setAttribute("tabindex", 0);
curElement.focus();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails jsglobals.js in make check; I also think this is wrong; doesn't this mean that the sketch will get focus on load?

Pomax added a commit that referenced this pull request Aug 9, 2012
@Pomax Pomax merged commit 05c5515 into processing-js:master Aug 9, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants