Closed
Bug 44648
Opened 25 years ago
Closed 25 years ago
[FIX]Widgets have no ControlID (ControlID allways 0)
Categories
(Core :: XUL, defect, P1)
Tracking
()
RESOLVED
WONTFIX
M17
People
(Reporter: r.berg, Assigned: rods)
Details
(Whiteboard: [nsbeta2-][nsbeta3-] Fix in Hand)
When I'm looking in Spy++ for the Widget-ID's of the NS-Widgets (Classname:
NetscapeWindowClass) there's allways the ID 0x00000000.
Because we're writing an e-commerce solution that has to communicate with the
browser via SendMessage (support for many browsers with nearly the same code)
we need Widget-ID's to support Netscape.
Please do us a favor and give your Widgets different, certain ID's.
Thanks
Comment 1•25 years ago
|
||
cc'ing rod, danm, and hyatt. i have no idea what to do about this (not being a
win32 weenie).
| Assignee | ||
Comment 2•25 years ago
|
||
This should be mine, it's a toolkit thing.
Assignee: trudelle → rods
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M17
| Assignee | ||
Comment 3•25 years ago
|
||
Originally, this was an enhancement, but I think it is really a bug, each window
SHOULD have its own unique ID. I am nominating this for nsbeta2 because it will
help external tools work with mozilla. The fix is very low risk.
Severity: enhancement → normal
Keywords: nsbeta2
Priority: P3 → P1
Summary: Widgets have no ControlID (ControlID allways 0) → [FIX]Widgets have no ControlID (ControlID allways 0)
Whiteboard: Fix in Hand
Comment 4•25 years ago
|
||
Putting on [nsbeta2-] radar. Not critical to beta2. Adding "nsbeta3" keyword
for consideration of a fix for that milestone.
Keywords: nsbeta3
Whiteboard: Fix in Hand → [nsbeta2-] Fix in Hand
Comment 5•25 years ago
|
||
Marking nsbeta3-. We expect most of native widgets to go away over time. The
correct solution is to create an API to allow external applications to get the
information they need.
Marking WONTFIX
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Whiteboard: [nsbeta2-] Fix in Hand → [nsbeta2-][nsbeta3-] Fix in Hand
| Reporter | ||
Comment 6•25 years ago
|
||
That's even (much) better (an API).
If you want some suggestions what API-Functions developers like us might need,
feel free to ask.
mailto:r.berg@docustore.de
Thank you very much. (I'm very excited about BugZilla - every software vendor
should have something similar ;-)
Comment 7•25 years ago
|
||
Verify?
You need to log in
before you can comment on or make changes to this bug.
Description
•