Results 10 comments of David Choo

https://docs.google.com/document/d/1S2b2YXZlSWRgvrOO9WluoVK1UfUGHfUu5gXohvI88Ec/edit?usp=sharing

I have tested the new code, but the issue still persists if the code is in the middle of a line: case: lorem ipsum `dolor sit` amet generated adoc: `lorem...

Yeah, I'm fine with that. You can create a new branch then I'll update the PR to the new branch.

I quickly drew up the zoning separation lines on Google MyMaps: https://www.google.com/maps/d/edit?mid=1YvYaNRFCLXS23eFux7gc4fihhxaab4Gm&usp=sharing You can check the coordinates of the lines' points by exporting it as KML file. Is this what...

+1 for second point, the icons are repeated all over the dropdown ![image](https://user-images.githubusercontent.com/7817101/67302120-fa630f80-f522-11e9-8c07-392160868d1c.png)

> > +1 for second point, the icons are repeated all over the dropdown > > ![image](https://user-images.githubusercontent.com/7817101/67302120-fa630f80-f522-11e9-8c07-392160868d1c.png) > > Seems to be Mac only? Not happening in Windows 10. Both...

> ``` > #identity-popup-permissions-content { > background-image: url(data:image/svg+xml;base64,PD94bWwgdm................. > background-repeat: no-repeat !important; > background-position: 2px 12px !important; > } > > .identity-popup-security-content { > background-image: url(data:image/svg+xml;base64,PD94bWwgdm.................. > background-repeat: no-repeat !important;...

I found out I have to blur the .picker div as well after I blurred the .datepicker div So my code is: ``` onClose: function(){ $('.datepicker').blur(); $('.picker').blur(); } ```

I think this feature would be great.

> Were there any issues with the code that made it difficult for you to implement your features? I find that all components of AB4 are dependent on Model. So...