Dean Sofer
Dean Sofer
Think of how photoshop does it, when selecting something with marquee, you see a little + box next to the cursor. I don't think it should be rediculously crazy hold...
Eh it was more food for thought than anything really. I was just putting it out there based on a recommendation from a regular on the irc channel. I actually...
I don't like the api. Hard coded to Twitter and you have big configuration objects as a property, something I have been think about moving away from
@phuyem the $mention object contains any additional data you might need, including meta data. I think we could iterate on whether the model should contain a human-readable string, a tagged...
@diwu1989 Hopefully I found the major pain points
Hmmm... honestly didn't even think about it. Easiest answer? Don't break mentions. Just use ` ` or `no-wrap` around the test?
I'm seeing mixed results depending on spacing (I shrunk the window a few pixels at a time):
If the span has `border-box` then the border shouldn't increase the size either
Nvm yeah your solution definitely fixes a few problems with the span's bounding box being bigger than the text it's supposed to be highlighting.
@handonam want to submit a small PR with the fix to the example?