markapp icon indicating copy to clipboard operation
markapp copied to clipboard

The list is empty

Open joyously opened this issue 5 years ago • 2 comments

Didn't this page show a list of apps before? Is it a Mavo problem?

(by the way, the yellow background is my browser's default background color, so no background color was set on the page)

MarkApp Building apps with HTML-4938

joyously avatar Dec 27 '19 20:12 joyously

Works fine for me, can anyone else reproduce?

Why do you have a default background color if you don't expect any sites to use it?

LeaVerou avatar Jan 01 '20 21:01 LeaVerou

OK, I tried it in Firefox, and it works. It doesn't work in SeaMonkey. The console says SyntaxError: invalid property id mavo.min.js:13:87078 which when I clicked on it, brings up a huge selected piece of code (line 13). The column is in this section: (the first right paren of ,t(...e)) postProcess:function(t){var a,n=t.multiValued;if(!0===n||n&&2===n.length?a=(...e)=>{var r=n[0]||0,o=n[1]||1;return Mavo.Script.binaryOperation(e[r],e[o],{scalar:(n,a)=>(r in e&&(e[r]=n),o in e&&(e[o]=a),t(...e)),...t})}:t.isAggregate&&(a=function(e){if(Mavo.in(Mavo.groupedBy,e))return e.map(t=>a(t.$items));var n=t.call(this,...arguments);return void 0===n?e:n}),a&&(e.extend(a,t),a.original=t),t.alias)for(let e of Mavo.toArray(t.alias))Mavo.Functions[e]=a||t;return a}}},i=p.util;Mavo.ready.then(()=>{Object.getOwnPropertyNames(Mavo.Functions).forEach(e=>{var t=i.postProcess(Mavo.Functions[e]);t&&(Mavo.Functions[e]=t)}),Object.getOwnPropertyNames(Math).forEach(e=>{1!==Math[e].length||Mavo.Functions.hasOwnProperty(e)||(Mavo.Functions[e]=t=>Mavo.Script.unaryOperation(t,t=>Math[e](t)))})})}(Bliss,Mavo.value),function(e,t,a,n=a.util){var r=Math.floor,o=Math.abs,i={seconds:1,minutes:60};i.hours=60*i.minutes,i.days=24*i.hours,i.weeks=7*i.days,i.month

And I set a default color in my browser, because I develop themes. I like to know that everything is accounted for, stylewise.

joyously avatar Jan 01 '20 21:01 joyously