This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 55461 - Ctrl-S not working on filters view of web.xml editor
Summary: Ctrl-S not working on filters view of web.xml editor
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-24 09:35 UTC by _ rkubacki
Modified: 2006-03-24 13:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-02-24 09:35:40 UTC
dev build from feb 24. jdk5.0u2-b07

ctrl-S does not work when the web.xml is modified
in filters page. it works on other pages (views).
Comment 1 Milan Kuchtiak 2005-02-24 10:59:33 UTC
Radim, please can you write the exact steps to reproduce.
I don't understand why this works for servlets and not for filters.
They are implemented in the sanme way.
Moreover, I can not reproduce the issue.
Comment 2 _ rkubacki 2005-02-24 12:33:21 UTC
Hm, I can't reproduce it on Solaris w/ 200502231900 + jdk 1.5.0-b64.
But  I see it on my linux box in a build from today sources.
Comment 3 Milan Kuchtiak 2005-02-28 16:32:44 UTC
It was problem with deserialization.
If a specific graphical view (e.g. Filters view) was deserialized,
CTRL-S was not working.

http://xml.netbeans.org/source/browse/xml/multiview/src/org/netbeans/modules/xml/multiview/ui/AbstractDesignEditor.java.diff?r1=1.10&r2=1.11
Comment 4 zikmund 2005-04-01 11:45:38 UTC
Verified in 200504010747.