[Layers] amp-lightbox scrollable makes amp-list not trigger
See original GitHub issueWhat’s the issue?
Bug:
amp-lightbox “scrollable” attribute makes the amp-list
component inside it not trigger a view
context: https://groups.google.com/forum/#!topic/amphtml-discuss/TEbNkNQGDEc
How do we reproduce the issue?
Steps to reproduce:
- open https://gist.github.com/nha/07f38a4dfa0da3e9648272fadcd8862f
- copy/paste in the amp-playground https://ampbyexample.com/playground/
- see that when clicking on the tabs the content does not load (that’s the bug)
- see that by removing the “scrollable” attribute they load (in my case I need the scrolling though)
What browsers are affected?
All browsers/devices as far as I know.
Which AMP version is affected?
Powered by AMP ⚡ HTML – Version 1516833286380
EDIT: could be related to https://github.com/ampproject/amphtml/issues/10609 (?)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
amp lightbox scrollable not valid - Stack Overflow
i had the same problem but the solution was simple. add a div in the amp-lightbox for global container. and on it put...
Read more >Documentation: <amp-lightbox> - amp.dev
scrollable. When the scrollable attribute is present, the content of the lightbox can scroll when overflowing the height of the lightbox. Actions.
Read more >Everything You Need to Know About AMP for Email - Dyspatch
With AMP emails, users can submit information without leaving the inbox, ... They can scroll through a tailored set of products, see an...
Read more >ampproject/amphtml 1525461683159 on GitHub - NewReleases.io
Version: 1525461683159 · Update FIE's unused privates (#15069) · SwG release 0.1. · ✓Test elements emit keydown for ENTER but have no role...
Read more >The definitive guide on using AMP for email to drive revenues ...
To make AMP emails display and function as intended, ... this by changing the amp list to layout= “CONTAINER” when triggering this action....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here is another example of the same bug
How to reproduce the issue?
scrollable
attribute in the lightbox the content is loadedA need the
scrollable
attribute in my case, because I need to make some inside elements scrollables@jridgewell Good test case for layers.