Bug 43655 - selection on a display:none iframe returns different value than Gecko
Summary: selection on a display:none iframe returns different value than Gecko
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 45049
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-06 17:13 PDT by Ojan Vafai
Modified: 2012-01-10 12:19 PST (History)
3 users (show)

See Also:


Attachments
test case (237 bytes, text/html)
2010-08-06 17:13 PDT, Ojan Vafai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2010-08-06 17:13:01 PDT
Created attachment 63785 [details]
test case

See test case. Opera/WebKit agree. Not sure who is wrong.
Comment 1 Ojan Vafai 2010-08-06 17:16:09 PDT
https://bugzilla.mozilla.org/show_bug.cgi?id=585229

On further thought, the WebKit/Opera behavior seems more correct to me, but I'll leave this open till we hear from Mozilla folk. Would be nice to be consistent.
Comment 2 Eric Seidel (no email) 2011-03-22 17:02:11 PDT
See bug 45049.
Comment 3 Eric Seidel (no email) 2011-12-09 14:35:55 PST
Seems related to bug 40338.
Comment 5 Eric Seidel (no email) 2011-12-09 15:47:24 PST
See: http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html

I've filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=15134 asking for spec clarification.
Comment 6 Aryeh Gregor 2012-01-10 12:16:32 PST
IE, Webkit, and Opera all seem to agree that every Window has a Selection.  This is what the spec says too.  Gecko's behavior is more complicated and in the minority, so I haven't changed the spec.
Comment 7 Ryosuke Niwa 2012-01-10 12:19:27 PST
(In reply to comment #6)
> IE, Webkit, and Opera all seem to agree that every Window has a Selection.  This is what the spec says too.  Gecko's behavior is more complicated and in the minority, so I haven't changed the spec.

Thanks! Won't fix this bug per Aryeh's spec.