jQuery.fn.show blackberry 4.6

jQuery.fn.show blackberry 4.6

I've been struggling with getting this particular function working with Blackberry 4.6 and I'm interested if there has been any thought into how this would work.  The problem as I've experienced is that the blackberry engine in 4.6 does not register any style changes until the js thread lock is released (best way i can explain it).  So if you do something like $("#test").css("display", "inline-block"); window.getComputedStyle($("#test")[0], null).display == "block" instead of "inline-block".

Perhaps it should just default to block for consistency-sake. 

I have a very vested interest in this particular problem because of all the time I embellished into trying to solve it.