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 26825 - "bellow" should be "below" in windowmanager.wswmgr
Summary: "bellow" should be "below" in windowmanager.wswmgr
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-08-27 23:08 UTC by rrochat
Modified: 2008-12-22 16:11 UTC (History)
2 users (show)

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 rrochat 2002-08-27 23:08:00 UTC
http://www.netbeans.org/dtds/windowmanager-proper
ties1_1.dtd
and therefore
core\src\org\netbeans\core\resources\windowmanage
r\windowmanager.wswmgr both refer to 
"maximize-if-width-bellow" and 
"maximize-if-height-bellow"

These should be
"maximize-if-width-below" and 
"maximize-if-height-below" (one "l" instead of 
two)

According to dictionary.com,

bel·low
    1.To make the deep roaring sound 
characteristic of a bull. 
    2.To shout in a deep voice....

but

be·low
...
  prep. 
...
    2.Lower than, as on a graduated scale.
Comment 1 mslama 2002-09-02 15:26:58 UTC
Problem is that DTD is part of Window System API. We have to create
DTD 1.3 with new attributes. We should make fix with another change in
DTD if possible.
Comment 2 Peter Zavadsky 2002-12-04 15:37:13 UTC
When new DTD (schema?) will be used, then it should be fixed.
Comment 3 mslama 2003-07-04 13:01:33 UTC
Jesse please can I just fix existing DTD or shall I create new fixed
DTD? (Of course in both cases I must make parser understand both
versions of attribute.)
Comment 4 Jesse Glick 2003-07-07 12:28:45 UTC
I would advise creating a fresh DTD upon any significant change (one
that would affect validity of some document), including in this case.
The old DTD has been published and presumably used by many people.

BTW marking as openide since the problem is the public API, not impl
as such.

Don't forget to check API docs for mentions of the old attr name.
Comment 5 mslama 2003-12-15 15:24:05 UTC
It is fixed in version 2.0.
Comment 6 Marian Mirilovic 2004-03-17 14:05:46 UTC
verified