Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Form] Changed UrlType input type to text when default_protocol is not null #29691

Closed
wants to merge 5 commits into from
Closed

[Form] Changed UrlType input type to text when default_protocol is not null #29691

wants to merge 5 commits into from

Conversation

MatTheCat
Copy link
Contributor

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #29690
License MIT

@xabbuh
Copy link
Member

xabbuh commented Dec 28, 2018

@MatTheCat it looks like some tests need to be fixed

Status: Needs work

@xabbuh xabbuh added this to the 3.4 milestone Dec 28, 2018
@MatTheCat
Copy link
Contributor Author

MatTheCat commented Dec 28, 2018

@xabbuh I don't understand what's going on. I see tests failing on Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3HorizontalLayoutTest::testUrl but this test doesn't exist anymore in this PR. Why do I see it?

Tests pass on my local branch.

@ro0NL
Copy link
Contributor

ro0NL commented Jan 3, 2019

we might gain some extra value to use inputmode=url when using type=text. AFAIK this will force a specific keyboard on mobile (e.g. URL input).

https://caniuse.com/#feat=input-inputmode

@ro0NL
Copy link
Contributor

ro0NL commented Jan 3, 2019

tested on android with built-in samsung keyboard, and works as expected 👍

@MatTheCat
Copy link
Contributor Author

Don't know if failing tests prevent to merge this?

@MatTheCat
Copy link
Contributor Author

@xabbuh what can I do to get this merged?

@MatTheCat
Copy link
Contributor Author

@stof is it good now?

@MatTheCat
Copy link
Contributor Author

@stof ?

@MatTheCat
Copy link
Contributor Author

@fabpot could this PR be merged please?

@MatTheCat MatTheCat closed this Jan 18, 2019
@mablae
Copy link
Contributor

mablae commented Jan 18, 2019

@MatTheCat If you need to use your branch NOW, you could alias it via composer.json.
Here is shown how it is done: https://lornajane.net/posts/2014/use-a-github-branch-as-a-composer-dependency

Pushing for merge and mentioning fabpot seldom results in a faster merge. If the feature is good it will be merged. Please be a little more patient after putting lot of work into your PR.

And thank you for the work!

@MatTheCat
Copy link
Contributor Author

I conclude the feature is not good so there's no point for me to continue rebasing my branch.

@mablae
Copy link
Contributor

mablae commented Jan 22, 2019

You're wrong. You already got positive feedback.

@MatTheCat
Copy link
Contributor Author

Dude don't provoke me on my personal email. You're point is a PR is merged if it's good right? This one didn't.

Can we stop the conversation here?

@mablae
Copy link
Contributor

mablae commented Jan 22, 2019 via email

nicolas-grekas added a commit that referenced this pull request Jan 25, 2019
…tocol is not null (MatTheCat)

This PR was merged into the 3.4 branch.

Discussion
----------

[Form] Changed UrlType input type to text when default_protocol is not null

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #29690
| License       | MIT
| Doc PR        |

replaces #29691

Commits
-------

2791edf [Form] Changed UrlType input type to text when default_protocol is not null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants