Error trigger: it’s a known feature of Chrome 10, if required
is present in input [1].
Tag Archives: Material Design
Flex with Firefox
<div flex="50"> <p>looooooooooooooong content</p> </div>
When white-space: nowrap;
is used, simply putting overflow: hidden;
on <p> is not going to stop it from conquering the parent div and overflowing all over the place. Even if the div has a flex-basis: 50%;
to protect itself. That div is going to need a overflow: hidden;
too.
Nice job, Firefox 34.0.5.
Protractor Locators (Selectors)
This is a nice list to keep for reference somewhere:
Angular Material: No Instance Found For Handle Left
This is the error. “No instance found for handle left”. I’ve been allowing it to run rampant there for a while now due to tight schedule. Now that there’s a bit of extra time.. Let’s murder it.