Closed Bug 544559 Opened 14 years ago Closed 8 years ago

[OOPP] ctrl + w crashes adobe reader

Categories

(Plugins Graveyard :: PDF (Adobe), defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: kbrosnan, Unassigned)

References

Details

(Whiteboard: [OOPPTestday])

1 Load a pdf
2 make sure the pdf has focus by clicking in the document
3 press ctrl + w
4 the the tab goes black (plugin crashes)

As tested on Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a1pre) Gecko/20100205 Minefield/3.7a1pre
I can reproduce that it turns black, but it doesn't appear to be crashing mozilla-runtime.
Whiteboard: [OOPPTestday]
Tony asked a good question on IRC. He asked me to check if this happened with any other plugins tried a couple full tab Windows Media files and Adobe Flash Player files without similar results. I tried most of the basic ctrl + keyboard combos (alpha, numbers, symbols).
I also don't get a crash but do get the blackness.  I can close the pdf tab using ctrl + w after Switching tabs and then coming back.
Component: Plug-ins → PDF (Adobe)
Product: Core → Plugins
QA Contact: plugins → adobe-reader
Version: Trunk → unspecified
While using MSVC spy++ capture bellow key event:
1.open an pdf in FF.
2.select document and press ctrl +w
keyboard event trapped as bellow:
...WM_KEYDOWN nVirtKey:VK_CONTROL cRepeat:1 ....
...WM_KEYDOWN nVirtKey:'W' cRepeat:1 ScanCode:11 ....
Tab view goes black.
then press ctrl+w again.
spy++ capture bellow keyboard event:
...WM_KEYDOWN nVirtKey:VK_CONTROL cRepeat:1 ....
...WM_KEYDOWN nVirtKey:'W' cRepeat:1 ScanCode:11 ....
...WM_CHAR chCharCode:'0017'(23) cRepeat:1ScanCode:11....
...WM_KEYUP nVirtKey:VK_CONTROL cRepeat:1 ....
...WM_KEYUP nVirtKey:'W' cRepeat:1 ScanCode:11 ....
One thing need to mention here:
ctrl+w is the combination key for acrobat reader to close pdf file, it's also key combination for closing tab.
(In reply to comment #4)
> While using MSVC spy++ capture bellow key event:
> 1.open an pdf in FF.
> 2.select document and press ctrl +w
> keyboard event trapped as bellow:
> ...WM_KEYDOWN nVirtKey:VK_CONTROL cRepeat:1 ....
> ...WM_KEYDOWN nVirtKey:'W' cRepeat:1 ScanCode:11 ....
> Tab view goes black.
> then press ctrl+w again.
> spy++ capture bellow keyboard event:
> ...WM_KEYDOWN nVirtKey:VK_CONTROL cRepeat:1 ....
> ...WM_KEYDOWN nVirtKey:'W' cRepeat:1 ScanCode:11 ....
> ...WM_CHAR chCharCode:'0017'(23) cRepeat:1ScanCode:11....
> ...WM_KEYUP nVirtKey:VK_CONTROL cRepeat:1 ....
> ...WM_KEYUP nVirtKey:'W' cRepeat:1 ScanCode:11 ....
> One thing need to mention here:
> ctrl+w is the combination key for acrobat reader to close pdf file, it's also
> key combination for closing tab.

seems tab view does not take this combination key as whole.
Closing old bugs in the Plugins component. We aren't going to track issues in 3rd-party plugins in the Mozilla bug tracker. In addition, support for NPAPI plugins will be removed at the end of this year; for more details see the post at https://blog.mozilla.org/futurereleases/2015/10/08/npapi-plugins-in-firefox/

If there is a serious bug in Firefox, it needs to be filed in the "Core" product, "Plug-Ins" component.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Product: Plugins → Plugins Graveyard
You need to log in before you can comment on or make changes to this bug.