| Page 1 of 1 | [ 5 posts ] |
|
I found this closed bug as 'worksforme':
https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CF8QFjAA&url=https%3A%2F%2Fyuilibrary.com%2Fprojects%2Fyui3%2Fticket%2F2532037&ei=CJYnUP33HaGe0QW_0YHACg&usg=AFQjCNEmWB1iRPU_bz0s6L5qEG5E1OmUFg&sig2=PU3BZTlXhZyWcEcauu66NQ I am having the same problem. You can repro it here: http://www.ccmexpertise.co.uk/ I will investigate, but feel free to take a look. |
|
Okay, I have had a look and it appears that the permission error is on a node within the guts of the scrollview-scrollbar.js script. The node seems to be the '.yui3-scrollview-scrollbar-horiz' node. The actual issue seems to be with accessing the 'opacity' property on the node. What is odd is that this seems to be acceptable on the vertical scrollbar node, but not on the horizontal node.
The return stack is as follows: dom-style-ie.js: 719 ComputedStyle.get() combo: Transition.addProperty() combo: Transition.initAttrs() combo: Transition.run() combo: Y.Node.transition() // Note: this is the transition for the horizontal scroll bar node. combo: Y.Plugin.ScrollViewScrollbars._show() combo: Y.Plugin.ScrollViewScrollbars.show() combo: Y.Plugin.ScrollViewScrollbars._update() combo: Y.Plugin.ScrollViewScrollbars._hostDimensionsChange() // After host method event combo: Y.Plugin.ScrollViewScrollbars._uiDimensionsChange() combo: Y.Widget.syncUI() combo: Y.Widget.renderer() combo: Y.Widget._defRenderFn() combo: Y.ScrollView.render() I can reproduce this consistently of the aforementioned site. Here is a screenshot from within the debugger: ![]() |
|
Just as a follow on. I have managed to work around the issue by explicitly unplugging the ScrollViewScrollbars plugin. However, why is the plugin plugged implicitly in the first place?
I have looked for the offending code, but cannot find anything in the ScrollView or the ScrollViewPaginator components that plugin this ScrollViewScrollbars feature. It would be preferable if there was a flag that could be set to disable implicit plugging of this plugin, since it is not desired in this case. |
|
I have worked around the issue on the live site but you can repro the issue here:
http://www.ccmexpertise.co.uk/broken.html |
|
Ah, it seems if you 'use' scrollview-base instead of scrollview, the scrollview-scrollbars module is not loaded and thus not plugged into scrollview instances implicitly.
|
| Page 1 of 1 | [ 5 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group