Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

IE8 9: a link route error(angular 1.2.17 1.2.18) #7892

Closed
dolymood opened this issue Jun 18, 2014 · 15 comments
Closed

IE8 9: a link route error(angular 1.2.17 1.2.18) #7892

dolymood opened this issue Jun 18, 2014 · 15 comments

Comments

@dolymood
Copy link

if my angular version is 1.2.18
base element, href is '/n/b/'
my a link's href is 'c/xx'
so i click this link then

Please check it.

@acostaf
Copy link

acostaf commented Jun 20, 2014

+1

1 similar comment
@alexsaare
Copy link

+1

@rodyhaddad
Copy link
Contributor

Can you confirm that this wasn't an issue in 1.2.17?

Also, a plunkr that reproduces the problem would help a lot

@rodyhaddad rodyhaddad added this to the Backlog milestone Jun 25, 2014
@caitp
Copy link
Contributor

caitp commented Jun 25, 2014

@rodyhaddad this is a confirmed issue, although it hasn't been narrowed down to a specific commit. It was most likely my changes which were supposed to make relative route resolution work better in legacy browsers.

It's hard to sort out where the problem started happening, because I do remember this working when those were checked in, but without a legacy IE browser to use, it's a bit hard to sort out.

@acostaf
Copy link

acostaf commented Jun 25, 2014

Hi @rodyhaddad

Yeah that issue was introduced on 1.2.17 also exist in 1.2.18 and 1.3 beta 13 I already opened another ticket #7892 (comment) where you may find the repro for this issue, however you repro this just going to the route doc page and try to use the demo in there

@winsontam
Copy link
Contributor

i think this is the issue i created at #8172 too.
i have made a pinkr
http://plnkr.co/edit/mJdoeVo5Q2qiLJXyjR9O?p=preview
please test it in IE8/9.

@caitp
Copy link
Contributor

caitp commented Aug 8, 2014

This should also be fixed by #8492 --- but I'm moving it to the next milestone in case the revert doesn't land today

@caitp caitp modified the milestones: 1.3.0-beta.18, 1.3.0-beta.19 Aug 8, 2014
@winsontam
Copy link
Contributor

Can it put to 1.2.x version as well?

@wjamro
Copy link

wjamro commented Aug 14, 2014

@winsontam +1

@btford btford modified the milestones: 1.3.0-beta.19, 1.3.0-beta.20 Aug 22, 2014
@tbosch tbosch self-assigned this Aug 27, 2014
@tbosch
Copy link
Contributor

tbosch commented Aug 28, 2014

Hi,
I could not reproduce this problem in angular 1.2.17 or 1.2.18, see this plunker:
http://plnkr.co/edit/yfjbfKtg7Tdn1arniLec?p=preview

Press the links and then look into the browser console.

Closing this, please comment if you have a plunker/jsfiddle to reproduce this.

@tbosch tbosch closed this as completed Aug 28, 2014
@tbosch
Copy link
Contributor

tbosch commented Aug 28, 2014

Ah, IE9 does not open plunker.
Here is a jsfiddle and I tested it against IE9 on Windows 7: http://jsfiddle.net/b7qkbj39/show/

@tbosch
Copy link
Contributor

tbosch commented Aug 28, 2014

@acostaf Your link points to this same issue. Do you still have the reproduction case?

@acostaf
Copy link

acostaf commented Aug 29, 2014

@tbosch this is still broken and this may be the easiest bug to reproduce, open https://docs.angularjs.org/#!/api/ngRoute/service/$route on IE9 then try to run the sample at the end of the page pressing the books button.

@tbosch
Copy link
Contributor

tbosch commented Aug 29, 2014

@acostaf I can see the bug reported at #8172, namely that links add up in html5mode in older browsers. I will push a fix for this in a minute (see #8851). Does that other bug include this issue?

@acostaf
Copy link

acostaf commented Aug 30, 2014

@tbosch yes It does

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants