iPad Possible Confluence issue on post-Eden nightly

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
frumpy_uk Offline
Senior Member
Posts: 280
Joined: Jun 2006
Reputation: 0
Post: #1
iPad2 5.0.1 build 9A405
XBMC Build 12.0 Alpha Git 20120506
Install Method: dpkg per the wiki
FULL Debug Log: http://pastebin.com/tDKXW2yF
Skin: Confluence

If I click Videos and then click any of my sources, or Playlists, Video Add-Ons etc, the Confluence View Options and Misc Options dialog that's usually hiding over on the left opens up. Further navigation has the same effect (i.e. the view options appears).

I've tried uninstalling xbmc from cydia and re-installing. The problem isn't present in Eden. Re-installing the nightly has the same issue. The issue isn't present in the nightly when using other skins (e.g. Touched).


thanks

aTV 2

iPad 2

[Image: watched-fanart.jpg]
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 12,566
Joined: Jan 2011
Reputation: 138
Location: Arizona, USA
Post: #2
I see it too on my iPhone. Probably just a minor oversight, as Confluence is getting some fresh updates for pre-v12.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #3
Could also be my gesture updates. On touch up i fire a mouse move event with illegal coordinates (-1, -1) to get the current control deselected. Maybe this somehow triggers the sliding window because it thinks we moved to the very left of the sceren. Will try to remember to have a look today after work...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
(This post was last modified: 2012-05-08 09:42 by Memphiz.)
find quote
frumpy_uk Offline
Senior Member
Posts: 280
Joined: Jun 2006
Reputation: 0
Post: #4
Thanks guys.

Unfortunately I still see this behaviour in latest nightly:
XBMC Build 12.0 Alpha Git 20120513

cheers
Paul

aTV 2

iPad 2

[Image: watched-fanart.jpg]
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,269
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #5
(2012-05-08 09:38)Memphiz Wrote:  Could also be my gesture updates. On touch up i fire a mouse move event with illegal coordinates (-1, -1) to get the current control deselected. Maybe this somehow triggers the sliding window because it thinks we moved to the very left of the sceren. Will try to remember to have a look today after work...
They are not really illegal because stuff can be off the screen if your going to do it that way I would suggest making something more outrageous like -1000000 because me guess would be thats exactly whats causing the issue because there is a button off the screen there

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #6
Jezz_X i think -1000000 wouldn't solve it either because its the move over your button which triggers the side slide i guess. We have to implement a mechanism to allow us to unfocus all controls without triggering any events - thats the only real solution to this.

@frumpy_uk this is a bit more difficult to fix but i will try to get something up for the next merge window in june. So no need to try it with nightlys until i give the "fixed it" in this thread.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote