Ticket #1303 (closed bug: fixed)
set fallThrough property on the map to true?
| Reported by: | crschmidt | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 Release |
| Component: | general | Version: | 2.5 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
The 'fallThrough' property on the map is set to 'false' by default. However, this means that we can't get 'title' style popups on controls (using the built in browser behavior) without changing it to true manually at map creation time.
I'm not sure that we actually need this to be 'true': i think we picked up a default from prototype somewhere along the way, and then never evaluated it. (The functionality was, for the record, added by ticket #457, which was resolved back in March, r2863).
I've not yet found a situation where having the fallThrough property set to true is a problem within OpenLayers, and I can't envision a situation where it would be a problem outside of OpenLayers.
I'd like to propose that we change the 'fallThrough' property on the map to 'true' by default for 2.6. This will allow easier use of the functionality which is being added by #822.
Looking back, I see that I added this code. I'm not sure if I need the approval of anyone else on this one, but it would be really great to get some support.

