Andrew Connell
Andrew Connell
Touching base on this issue... how's it going @suhasdeshpande ?
Reassigning to me as previous owner hasn't checked in or updated process in some time...
The code that handles this is here: https://github.com/ngOfficeUIFabric/ng-officeuifabric/blob/c92a5847b232a40976a06e8e1a98eb37f8498d59/src/components/commandbar/commandBarDirective.ts#L328-L336 If the offset is less than with width - 200px, it's hidden. Not sure where the logic originated from or if it...
Correct... ATM this control like many others does not emit this event. It does use it internally to change the `$isDirty` flag on the component. Therefore this would be an...
Tightly coupled with #57
Reassigning to me as previous owner hasn't checked in or updated process in some time...
It shouldn't be hard coded to a Pointer, but it should default to cursor:pointer when not linked. However, when a persona is linked, it should use the finger cursor. That's...
Looked at this for a while and can't figure out where the `cursor:pointer` is coming from... We aren't using an `` and the CSS specifies it should use a pointer....
The one I linked to above is the React version that uses the most current CSS... which we don't use. We can't because of conflicts with MDL1 & MDL2 (see...
@waldekmastykarz Seems ng1 because it won't require a whole rewrite. Updated my original issue with what I said in the blog post about Angular 2.