我试图使用paper-dialog
使paper-dialog-scrollable
滚动但我无法使其正常工作..我尽可能地简化了我的代码,几乎只包含ctrl+c
和来自github上的demo的ctrl+v
代码。
https://github.com/PolymerElements/paper-dialog-scrollable/blob/master/demo/index.html
但似乎paper-dialog-scrollable
根本没有做任何事情。 (表现得像它没有任何逻辑和简单的元素)唯一不同于演示页面的是我使用shady dom
而不是shadow
..(BTW,是的,我导入文件进入我的项目)
有人遇到同样的问题吗?是否有人在shady dom
中使用此元素以及如何使用?
答案 0 :(得分:1)
是的,...
Compiled method (c2) 93 16 4 Fibonacci::fibonacci (22 bytes)
total in heap [0xfff8000108113dd0,0xfff8000108114440] = 1648
relocation [0xfff8000108113f00,0xfff8000108113f48] = 72
main code [0xfff8000108113f60,0xfff8000108114080] = 288
stub code [0xfff8000108114080,0xfff80001081141e0] = 352
oops [0xfff80001081141e0,0xfff80001081141e8] = 8
metadata [0xfff80001081141e8,0xfff8000108114210] = 40
scopes data [0xfff8000108114210,0xfff8000108114298] = 136
scopes pcs [0xfff8000108114298,0xfff80001081143d8] = 320
dependencies [0xfff80001081143d8,0xfff80001081143e0] = 8
handler table [0xfff80001081143e0,0xfff8000108114440] = 96
----------------------------------------------------------------------
Fibonacci.fibonacci [0xfff8000108113f60, 0xfff80001081141e0] 640 bytes
[Entry Point]
[Verified Entry Point]
[Constants]
# {method} {0xfff80001036243b8} 'fibonacci' '(I)J' in 'Fibonacci'
# parm0: I0 = int
# [sp+0x90] (sp of caller)
...
适用于Shady DOM。对于Shady DOM和Shadow DOM,元素的用法是相同的。
以下是元素演示代码的Codepens: