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

Add missing selection_ methods to tkinter Spinbox #79010

Closed
j4321 mannequin opened this issue Sep 28, 2018 · 2 comments
Closed

Add missing selection_ methods to tkinter Spinbox #79010

j4321 mannequin opened this issue Sep 28, 2018 · 2 comments
Labels
3.8 only security fixes topic-tkinter type-feature A feature request or enhancement

Comments

@j4321
Copy link
Mannequin

j4321 mannequin commented Sep 28, 2018

BPO 34829
Nosy @serhiy-storchaka, @j4321
PRs
  • bpo-34829: Add missing selection_ methods to the Tkinter Spinbox #9617
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-10-08.16:31:47.178>
    created_at = <Date 2018-09-28.08:37:55.232>
    labels = ['3.8', 'type-feature', 'expert-tkinter']
    title = 'Add missing selection_ methods to tkinter Spinbox'
    updated_at = <Date 2018-10-08.16:31:47.177>
    user = 'https://github.com/j4321'

    bugs.python.org fields:

    activity = <Date 2018-10-08.16:31:47.177>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-10-08.16:31:47.178>
    closer = 'serhiy.storchaka'
    components = ['Tkinter']
    creation = <Date 2018-09-28.08:37:55.232>
    creator = 'j-4321-i'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34829
    keywords = ['patch']
    message_count = 2.0
    messages = ['326614', '327360']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'j-4321-i']
    pr_nums = ['9617']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue34829'
    versions = ['Python 3.8']

    @j4321
    Copy link
    Mannequin Author

    j4321 mannequin commented Sep 28, 2018

    Though the text area of the tkinter Spinbox behaves like an Entry, the methods selection_from, selection_range, selection_present and selection_to have not been implemented. So for consistency with the Entry widget, I suggest to add them.

    @j4321 j4321 mannequin added topic-tkinter type-feature A feature request or enhancement labels Sep 28, 2018
    @serhiy-storchaka serhiy-storchaka added the 3.8 only security fixes label Sep 28, 2018
    @serhiy-storchaka
    Copy link
    Member

    New changeset af5658a by Serhiy Storchaka (Juliette Monsel) in branch 'master':
    bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)
    af5658a

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes topic-tkinter type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant