This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28585 - We need to change the spec. such that we do not require scrolling to the top of the view
Summary: We need to change the spec. such that we do not require scrolling to the top ...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: CR HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-30 14:09 UTC by Rich Schwerdtfeger
Modified: 2015-06-16 17:57 UTC (History)
6 users (show)

See Also:


Attachments

Description Rich Schwerdtfeger 2015-04-30 14:09:52 UTC
This change must be made to the editors draft drawFocusIfNeeded:

http://www.w3.org/html/wg/drafts/2dcontext/html5_canvas_CR/#dom-context-2d-drawfocusifneeded

<change>
If the focus area is not on the screen, then scroll the focus outline into view by aligning it to the top when it receives focus. 
</change>

<to>
If the focus area is not on the screen, then scroll the focus outline into view.
</to>
Comment 1 Philippe Le Hegaret 2015-04-30 16:09:35 UTC
Change was made at https://github.com/w3c/html/commit/cff56d6a7c26c95f48bb695e3a5e30c69e7ddd23

It says:
[[
         If the focus area is not on the screen, then scroll the focus outline 
         into view  when it receives focus.
]]

which I believes addressed this issue. The editor's draft hasn't been regenerated yet unfortunately.
Comment 2 Philippe Le Hegaret 2015-06-16 17:57:51 UTC
This has been resolved in 
 http://www.w3.org/TR/2015/WD-2dcontext-20150514/