Closed
Bug 385269
Opened 18 years ago
Closed 17 years ago
[mac] No cursor in textboxes inside a xul popup
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha8
People
(Reporter: asaf, Assigned: enndeakin)
References
Details
Attachments
(1 file)
2.30 KB,
patch
|
jaas
:
review+
vlad
:
superreview+
|
Details | Diff | Splinter Review |
In a xul popup, at least in cocoa widget, no cursor appears when a text-field (typing works).
This blocks bug 385266
Flags: blocking1.9?
Reporter | ||
Comment 1•18 years ago
|
||
WFM on windows.
Summary: No cursor in textboxes inside a xul popup → [mac] No cursor in textboxes inside a xul popup
Assignee | ||
Comment 2•18 years ago
|
||
I'm pretty sure that this worked before, so I'm guessing this is a cocoa widget issue
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 3•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
Attachment #273636 -
Flags: review? → review?(joshmoz)
Assignee | ||
Updated•17 years ago
|
Attachment #273636 -
Flags: superreview?(vladimir)
Attachment #273636 -
Flags: review?(mark)
Attachment #273636 -
Flags: review?(joshmoz)
Attachment #273636 -
Flags: review?(mark) → review+
Comment on attachment 273636 [details] [diff] [review]
a surface is needed for popups
This looks fine, but you know that GetThebesSurface() on the mac just returns a dummy 1x1 surface, right?
Attachment #273636 -
Flags: superreview?(vladimir) → superreview+
Assignee | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
> (From update of attachment 273636 [details] [diff] [review])
> This looks fine, but you know that GetThebesSurface() on the mac just returns a
> dummy 1x1 surface, right?
>
Yes, it's only needed to get the font details to know what size to draw the caret.
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008052104 Minefield/3.0pre ID:2008052104
Status: RESOLVED → VERIFIED
Target Milestone: --- → mozilla1.9alpha8
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•