amitmodak89 / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Map search #492

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add search function to the map.
Make it a simple overlay over the map. We need some sort of feedback in case 
nothing was found. The user will see a new location if something was found, but 
what happens if nothing was found?

Original issue reported on code.google.com by zetapri...@gmail.com on 24 Mar 2011 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 24 Mar 2011 at 10:11

GoogleCodeExporter commented 8 years ago
Search is added as a custom map control.
There is no native map search control. There is one for much older v2 of the 
API and is now depreciated. And the older control does not offer auto complete 
anyway.

Test product: 
http://ec2-174-129-95-130.compute-1.amazonaws.com/mageimage/index.php/magentot-0
2/map-test-product.html

Original comment by jamb...@gmail.com on 28 Mar 2011 at 5:57

GoogleCodeExporter commented 8 years ago
1. Search button is not styled in IE8 as it is in all other browsers 
(ie8_search.png). Probably another one of those "IE inline css" issues.

2. In IE7, the Search button goes into a second line (ie7_map.png).

3. After I finish typing the search keyword/location in the search field, the 
natural reflex is to hit "Enter" to search for my address. This is not the case 
right now. If I hit "Enter", I actually activate the "preview generation" of 
the template.
http://ec2-174-129-95-130.compute-1.amazonaws.com/mageimage/index.php/magentot-0
2/text-img-01.html
Can you make the search button be responsive to keyboard "Enter" while the 
field is active?

Original comment by agur...@gmail.com on 31 Mar 2011 at 3:26

Attachments:

GoogleCodeExporter commented 8 years ago
2 done,
3 done

Original comment by jamb...@gmail.com on 31 Mar 2011 at 5:51

GoogleCodeExporter commented 8 years ago
Diffs:
comment 3.2 - 
http://code.google.com/p/magento-w2p/source/diff?spec=svn1504&r=1504&format=side
&path=/branches/ZetaPrints_DistributionMap/skin/frontend/default/default/css/dis
tromap.css - line 11
comment 3.3 - 
http://code.google.com/p/magento-w2p/source/diff?spec=svn1504&r=1504&format=side
&path=/branches/ZetaPrints_DistributionMap/js/custom/distromap.js - line 121

Original comment by jamb...@gmail.com on 31 Mar 2011 at 6:12

GoogleCodeExporter commented 8 years ago
I think all problems here were fixed

Original comment by jamb...@gmail.com on 5 Apr 2011 at 11:27

GoogleCodeExporter commented 8 years ago
Which release doe include these fixes? I tried reinstalling the map extension 
and it seems like all the previous bugs are back:
http://ec2-174-129-95-130.compute-1.amazonaws.com/mageimage/index.php/magentot-0
2/text-img-01.html
Even the text field is visible in the background.

Original comment by agur...@gmail.com on 6 Apr 2011 at 9:19

GoogleCodeExporter commented 8 years ago
Reinstalling does not work with 1,5 as it was with previous. It reinstalls same 
version.
Current version is 0.1.8.1b - which i have installed.

Original comment by jamb...@gmail.com on 6 Apr 2011 at 9:32

GoogleCodeExporter commented 8 years ago
Search button is still not styled in IE8 as in all other browsers. Can you fix 
that one?

Original comment by agur...@gmail.com on 6 Apr 2011 at 10:15

GoogleCodeExporter commented 8 years ago
No, IE just does not pick up class styles for some reason.
Nothing can make it too. Only solution I see is take search out of the map.

Original comment by jamb...@gmail.com on 6 Apr 2011 at 10:35

GoogleCodeExporter commented 8 years ago
Pretty strange that the older version of the browser work fine (IE7) while the 
newer version (IE8) doesn't. 
Did it finally happen? Did MS IE get so far behind that it actually started 
going backwards? :)

Anyway,
tested on /mageimage/
ZetaPrints_DistributionMap  0.1.8.1b (beta)

Original comment by agur...@gmail.com on 6 Apr 2011 at 12:33

GoogleCodeExporter commented 8 years ago
It has same problem in IE9 may be this is due the fact that it is google code 
that inserts the field.
On other hand the map is not an iframe but plain div so all css rules should 
apply but they don't.
Only way out would be inline styles, but to repeat all Magento default styling 
that would be too much.

Original comment by jamb...@gmail.com on 6 Apr 2011 at 1:36

GoogleCodeExporter commented 8 years ago
Does IE work OK or not?

Original comment by ad...@zetaprints.com on 7 Apr 2011 at 1:47

GoogleCodeExporter commented 8 years ago
Everything works OK, it looks a bit different.

Original comment by jamb...@gmail.com on 7 Apr 2011 at 8:35

GoogleCodeExporter commented 8 years ago

Original comment by ad...@zetaprints.com on 7 Apr 2011 at 8:58

GoogleCodeExporter commented 8 years ago

Original comment by jamb...@gmail.com on 7 Apr 2011 at 3:25