[AC-5940] Windows: buttons created for Windows will exhibit strange behavior when hover cursor over them
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-12-03T21:30:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | johns@cim-rf.com |
Assignee | Shak Hossain |
Created | 2018-09-26T19:47:30.000+0000 |
Updated | 2018-12-03T21:30:32.000+0000 |
Description
Using titanium SDK 7.3.1.GA
Create a button as shown below:
var oBtnCfg = Titanium.UI.createButton({
top: 10%',
left: '10%',
width: 100,
height: 100,
backgroundImage: '/images/settings.png'
});
Now when I build and run the app and I hover the mouse cursor over the button, the button will disappear. This is very confusing to users. So the issue is the hover functionality built in causes buttons created with images in background to disappear, until you move the cursor away from the button. The image appears in button fine as long as you don't hover mouse over the button.
Attachments
Hello, We tried to reproduce the issue with a simple button with a background image. The issue is not reproducible. the button background image is showing when the mouse is navigated over it. Can you provide a video demonstration of the issue? Thanks.
Hi Sharif, Adding video of issue. [^buttonIssue.mp4]
Hello, Which platform are you building your app? Is it Windows Phone or Store apps or Android?
It is for Windows. !winclnt1.png|thumbnail!
Hello, Please test this on SDK 7.5.0.GA and let us know. Thanks.