I have an issue with web.whatsapp.com where audio messages only play once. I cannot press play again once the message finishes playing. I am using webkitgtk 2.28.2
(In reply to Hussam Al-Tayeb from comment #0) > I have an issue with web.whatsapp.com where audio messages only play once. I > cannot press play again once the message finishes playing. > I am using webkitgtk 2.28.2 This is a major issue for me because with reduced office hours, my employer sends me a large amount of whatsapp instructional messages which I have to listen to more than once while transcribing them.
Created attachment 398923 [details] Patch
Comment on attachment 398923 [details] Patch Can you please write a test for this?
Created attachment 399010 [details] Patch
Comment on attachment 399010 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=399010&action=review > Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:2704 > + if (m_url.protocolIs("blob"_s)) { Hah. Should use protocolIsBlob().
Created attachment 399107 [details] Patch
Committed r261550: <https://trac.webkit.org/changeset/261550> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399107 [details].