Closed
Bug 773961
Opened 13 years ago
Closed 13 years ago
'Browse' sometimes does not work
Categories
(Core Graveyard :: Widget: OS/2, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: komh, Assigned: komh)
Details
(Whiteboard: NPOTB, OS/2 only file.)
Attachments
(1 file)
2.00 KB,
patch
|
dave.r.yeo
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1
Build ID: 20120614114901
Assignee | ||
Updated•13 years ago
|
OS: Windows 7 → OS/2
Hardware: x86_64 → x86
Assignee | ||
Comment 1•13 years ago
|
||
Sometimes, initialDir.get() return a path with '\' at last. In this case, WinFileDlg() fails because of double '\' in a path.
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #642227 -
Flags: review?(daveryeo)
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment on attachment 642227 [details] [diff] [review]
Fix a browse problem
I wonder if this will also fix bug#573220. Did your IME test build also have this fix? If so we should request that someone suffering from #573220 test then perhaps mark it as a duplicate of this bug.
Attachment #642227 -
Flags: review?(daveryeo) → review+
Assignee | ||
Comment 4•13 years ago
|
||
I've updated IME test build because I'm not sure it contains this patch. ^^
Try this,
http://www.ecomstation.co.kr/komh/testcase/firefox-10.0.6esrpre.en-US.os2.zip
Comment 5•13 years ago
|
||
Tried it ,but no solution for bug#573220 from which i am suffering for a long time.
But i do not have a browse problem
Assignee | ||
Updated•13 years ago
|
Attachment #642227 -
Flags: checkin?
Keywords: checkin-needed
Whiteboard: NPOTB, OS/2 only file.
Comment 6•13 years ago
|
||
Comment on attachment 642227 [details] [diff] [review]
Fix a browse problem
You can just use checkin-needed when you need something checked in.
Attachment #642227 -
Flags: checkin?
Comment 7•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/defbe00ca091
I inadvertently checked this in with my name on it because I didn't notice that the attached patch was missing the right metadata for it. As a reminder, please follow the directions below for future patches so that these types of problems don't occur. Thanks and my apologies.
https://developer.mozilla.org/en/Creating_a_patch_that_can_be_checked_in
Flags: in-testsuite-
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: NPOTB, OS/2 only file. → NPOTB, OS/2 only file.
Target Milestone: --- → mozilla17
Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Ryan VanderMeulen from comment #6)
> Comment on attachment 642227 [details] [diff] [review]
> Fix a browse problem
>
> You can just use checkin-needed when you need something checked in.
I learned a new thing, again. ^^
(In reply to Ryan VanderMeulen from comment #7)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/defbe00ca091
>
> I inadvertently checked this in with my name on it because I didn't notice
> that the attached patch was missing the right metadata for it. As a
> reminder, please follow the directions below for future patches so that
> these types of problems don't occur. Thanks and my apologies.
> https://developer.mozilla.org/en/Creating_a_patch_that_can_be_checked_in
I attached the patch from .hg/patches directly.
In this case, metadatas such as username seem not to be generated automatically.
I'll confirm this before submitting a patch, later.
Thanks.
Comment 10•13 years ago
|
||
(In reply to KO Myung-Hun from comment #9)
> I attached the patch from .hg/patches directly.
>
> In this case, metadatas such as username seem not to be generated
> automatically.
>
It should if you set |qnew = -U| under [defaults]
Assignee | ||
Comment 11•13 years ago
|
||
(In reply to Ryan VanderMeulen from comment #10)
> (In reply to KO Myung-Hun from comment #9)
> > I attached the patch from .hg/patches directly.
> >
> > In this case, metadatas such as username seem not to be generated
> > automatically.
> >
>
> It should if you set |qnew = -U| under [defaults]
Strange, I already did it.
Hmm...
Maybe it had no effects because a patch had been made before it was set.
Thanks.
Updated•11 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•