webCoRE Update v0.3.107.20180806: Tons of new icons and infinite icon combinations, auto-expanding textareas


#21

Oh! You’re right :stuck_out_tongue: I tagged you on the other post but it was in the private minion category. Sorry about that!


#22

Always on the outside looking in. I knew I wasn’t feeling the love… :sob:

:rofl::rofl:

Seriously, thanks for the quick feedback on all this.


#23

I think this update may have broke the WC app a bit. It now constantly says it’s had to close due to errors, also all the icons have a box with a X inside them. So it looks like they are not able to find their icons.

@ady624 does the app need to be updated to except the new FA5 update?


#24

Yes, the dashboard update requires an update to the same version of the smart apps.


#25

iOS app works perfectly. Still wish they’d add some features to it but just thankful it’s available.


#26

The dashboard was updated today with a few fixes, no smart app update is required if you’re already on v0.3.107.20180806:

  • Fixed serious performance issues caused by Font Awesome while loading the piston editor (thanks @whoismoses for reporting)
  • Fixed occasional timing issue that broke Font Awesome icon size and position (thanks @bthrock and @whoismoses for reporting)
  • Fixed missing checkbox icons on dropdown menus (thanks @WCmore and @bthrock for reporting)
  • Fixed fallback to Font Awesome Free for self-hosted dashboards

Hard refresh to get the changes ASAP otherwise the dashboard will be updated with these minor fixes automatically after a day or so.


#27

@ipaterson, I just did a hard refresh of my browser, and now my drag and drop arrows are gone!!

temp

Help! I use these a hundred times each day…


#28

Which web browser is this?


#29

Firefox does not display them, but Chrome does…

Unfortunately, I spend most of my time with Firefox…

The arrows were definitely working 10 hours ago


#30

Which version of Firefox and which operating system? I’m not seeing that on Firefox 61.0.2 on mac but checking Windows now


#31

My Firefox is a tad old (v52.0 - 64bit) so I can keep using certain plugins.
(on Windows 10)


#32

The performance trade-off is so huge here that I’m hesitant to revert back to the normal way of rendering those with Font Awesome for old browsers. I’m double-checking other browsers to make sure this only affects old versions, but for this one particular icon I can do a different kind of fix rather than trying to use the options available in Font Awesome.


#33

Thanks, I definitely don’t want anyone else to be crippled on my account


#34

Very strange, it works fine in all the major browsers I can find but since 52 is a long term support version of Firefox it’s not unreasonable to require support for it. I installed 52 and see the same as you. You can click and drag the right half of that gray column where the icon should be as a temporary workaround.

Ahh, I see what’s happening here. This isn’t a case of Firefox not supporting the feature that Font Awesome is using, but rather combined with something else that webCoRE uses it does not work. So the optimization is to make a single icon on the page and then just reference it everywhere it needs to appear, but older versions of Firefox require that reference to include the entire URL path. So rather than the code <use xlink:href="#drag-handle"></use> I need <use xlink:href="/piston/:abcabcabcabcd24e17efe32a168bc37:#drag-handle"></use>. I’ll just have to find a convenient way to do that!


#35

This will hold me over until a solution is found… Thanks for taking the time!!


#36

@WCmore, try a hard refresh on the dashboard, those icons should work now in Firefox 52. The fix described above worked and was implemented in a way that is flexible enough to support other icons in case further optimization is needed elsewhere.


#37

Yee Ha! it works like a champ!!
Thanks @ipaterson


#39

Speaking of Firefox, do you know why the header and footer text on the dashboard tiles do not consistently shrink to fit the tile as it does on other browsers? On Firefox, tiles often display with an ellipses and missing text, as below. It’s been this way as long as I remember.

screenshot


#40

That’s odd, would you please post that as a separate bug report?


#41

Another bug fix went out today, piston snapshots were showing a lot of blank space at the top with the bottom of the piston cropped off. Please hard refresh the dashboard if you are affected by the snapshot issue. This was caused by the Font Awesome optimizations earlier this week since I placed the reused icon symbol in an unfortunate location that caused it to affect the snapshot.