Bug 48384
Summary: | SVG shift click | ||
---|---|---|---|
Product: | WebKit | Reporter: | Orlando Leite <orlleite> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, mdelaney7, rwlbuis, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 |
Orlando Leite
1- Open a SVG
(I take a random svg: http://upload.wikimedia.org/wikipedia/commons/4/4d/Cquote1.svg, but with any other it's happen too;
2- Now shift click and drag;
It goes out.
:D
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rob Buis
This is our panning feature :) It is intended behaviour so I will close this bug report.
Cheers,
Rob.
Alexey Proskuryakov
Changing resolution to INVALID per the above - Rob, please correct me if I'm wrong.
Orlando Leite
Well, calling a bug as 'panning feature' is better than never resolved. =P
Is really so hard it?
Let me be clear, SVG is treated as image or html? Currently, neither.
The problem is, SVG accepts events from shift button by javascript, and "panning feature" is f*cking this up. By the way, a "bloat feature", because no one knows about it (final users).
The alternative is put a flag when compiling or a setting to enable/disable this.
I really disagree about this "feature", but it's doesn't matter for me now. I solve the problem using the old way, putting the svg inside a html.