[Webkit-unassigned] [Bug 278987] Crash when opening drop-down menu entry
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 1 12:32:48 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278987
--- Comment #4 from darkblaze69 <muziknavi at gmail.com> ---
The site code is here.
https://github.com/PastVu/pastvu/blob/c528afcdc1d57ec72bd6d86ad48c94b5f7968563/public/js/module/photo/fields.js#L6
define(['Browser'], function (Browser) {
const dirIcons = {
// Arrows are not unified accross browsers and platforms.
// The choices we use [default, FF, Mac].
n: ['', '', '↑'],
ne: ['', '', '↗'],
e: ['', '', '→'],
se: ['', '', '↘'],
s: ['', '', '↓'],
sw: ['', '', '↙'],
w: ['', '', '←'],
nw: ['', '', '↖'],
aero: ['', '◎', '◎'],
};
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240901/64354364/attachment-0001.htm>
More information about the webkit-unassigned
mailing list