Wrong title text background color when FrameOption.color is set
Reported by
dot.and....@gmail.com,
May 26 2017
|
|||||
Issue description
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4
Steps to reproduce the problem:
1. define frame option color #333
2. call chrome.app.window.create with that option
chrome.app.window.create ('about:blank', {
frame: {
type: 'chrome',
// code https://github.com/nwjs/chromium.src/blob/nw23/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm
color: '#333'
}
}, function () {
});
What is the expected behavior?
window title text background should be the same as title background
What went wrong?
Wrong title text background color
WebStore page: nw.js
Did this work before? N/A
Chrome version: 58.0.3029.110 Channel: n/a
OS Version: OS X 10.12.5
Flash Version:
To easily reproduce the problem you can download archive ttt.zip and launch nw.js executable with unzipped folder as argument
,
May 29 2017
Thanks for the issue. Could you please provide us any sample html file or URL to triage the issue from test team end. Thanks,
,
May 29 2017
Archive ttt.zip contains example code to triage this issue under nw.js. I've used it to get screenshot. I'm adding archive with chrome app which doesn't display title at all.
,
May 29 2017
Thank you for providing more feedback. Adding requester "kavvaru@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 30 2017
Tested the issue on mac os 10.12.4 using chrome M58 #58.0.3029.110 and couldnt observe any issue in opening the given title sample file. Attached screencast for reference. @dot.and.thing-- Could you please check attached screencast and confirm us if anything missed from our end to reproduce the issue and also please provide us the expected and actual screenshots for easy traiging. Thanks!
,
Oct 13 2017
Due to lack of user feedback closing this issue. Please feel free to raise a new issue if you face any chrome issue further. Thanks..! |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by kavvaru@chromium.org
, May 26 2017