mvexel / remapatron

MapRoulette (formerly known as the Remap-A-Tron) - remapping the OpenStreetMap road network one deleted way at a time.
http://maproulette.org/
MIT License
17 stars 4 forks source link

Feedback UI Widget obscures feature to be edited #3

Open oldtopos opened 11 years ago

oldtopos commented 11 years ago

In many cases, the feature presented on the UI is obscured by the popup feedback window (yes/no, etc) This makes matching from MR display to JOSM (or Potlatch) difficult.

mvexel commented 11 years ago

Agreed! I used a simple home-cooked but in no way scalable notification system initially, which I am happy to move away from.. Ideally, we should move to a more versatile and well-supported external library. I have looked at noty briefly which would fit in nicely because we're already using jQuery (for which noty is a plugin).

Martijn van Exel

On Jan 28, 2013, at 9:28 AM, John A Novak notifications@github.com wrote:

In many cases, the feature presented on the UI is obscured by the popup feedback window (yes/no, etc) This makes matching from MR display to JOSM (or Potlatch) difficult.

— Reply to this email directly or view it on GitHub.

migurski commented 11 years ago

+1 on this.

I’d recommend ditching the popup and using space outside the map for notifications, for example a large row of large buttons across the bottom or top?

mvexel commented 11 years ago

Anyone here with experience implementing an existing, standard javascript notification library? Any recommendations?