Skip to content
#

javascript-library

Here are 2,634 public repositories matching this topic...

Modernizr
Zygar
Zygar commented Oct 31, 2017

Heya!

I just discovered a super weird bug in 3.5.0 where the test for csstransforms3d returns a false negative in Webkit-based browsers if body is set to display:flex, and the text contents of the body exceed 205 characters.

Replicated on Chrome 61.0.3163.100 and Safari 10.1.2 (12603.3.8). Not present on Gecko.

Check [Codepen for isolated, replicable case.](https://codepen.io/anon/pen/

bayareawebpro
bayareawebpro commented Oct 20, 2019

I had found a couple of issues that could be clarified in the documentation and examples from the wiki.

Mock Server Files

The example doesn't work correctly when multiple mock files are removed the "drop files here" message is shown early due to the files property not being populated with the entries added programmatically. (I assume because they're objects not file instances). I tri

adamkdean
adamkdean commented Mar 15, 2018

Getting started step 13 does not progress to step 14 when play button is pressed, nor do any steps >= 13 progress when the play button is pressed. Those steps also cannot be navigated to manually.

Uncaught DOMException: Failed to execute 'querySelector' on 'Document': 'rgb(186, 218, 85)' is not a valid selector.

Information

Tested with MacOS Sierra:

  • Chr
pensierinmusica
pensierinmusica commented Feb 27, 2020

Hi,

The docs say that:

validate: (Function) Receive the user input and answers hash. Should return true if the value is valid, and an error message (String) otherwise. If false is returned, a default error message is provided.

But when my validate function returns false, no default error message is shown on screen.

If the validate function returns a string instead, the custom error m

flexsearch
dienluong
dienluong commented Nov 4, 2019

Hello,

First, thank you for the project!

rs.js is advertised as "offline-first by design". But how can an app be offline-first when local data is not kept?

To give a simple example: let's say we have a notes taking app. When not connected to a remote storage, the user can still create, delete and update notes. Once connected to online storage, the new or modified notes get sync'd with

Improve this page

Add a description, image, and links to the javascript-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.