[1.0.0]Missing instruction tooltip in quickbar for selection tool

This subforum contains all the issues which we already resolved.
Post Reply
Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

[1.0.0]Missing instruction tooltip in quickbar for selection tool

Post by Choumiko »

Having a selection tool with the "mod-openable" flag in your quickbar doesn't show the "Right-click" to open tooltip (like the deconstruction planner)
tt_bug.png
tt_bug.png (176.08 KiB) Viewed 2453 times


It shows up in the inventory though:
Screenshot from 2020-09-21 10-31-27.png
Screenshot from 2020-09-21 10-31-27.png (38.24 KiB) Viewed 2453 times

Item definition:

Code: Select all

{
        type = "selection-tool",
        name = "module-inserter",
        icon = "__ModuleInserter__/graphics/module-inserter-icon.png",
        icon_size = 32,
        icon_mipmaps = 0,
        flags = {"hidden", "not-stackable", "mod-openable"},
        stack_size = 1,
        selection_color = { r = 0, g = 1, b = 0 },
        alt_selection_color = { r = 0, g = 0, b = 1 },
        selection_mode = {"same-force", "deconstruct"},
        alt_selection_mode = {"same-force", "any-entity"},
        selection_cursor_box_type = "copy",
        alt_selection_cursor_box_type = "copy",
        entity_type_filters = {"mining-drill", "furnace", "assembling-machine", "lab", "beacon", "rocket-silo", "item-request-proxy"},
        entity_filter_mode = "whitelist",
        alt_entity_filters = {"item-request-proxy"},
        alt_entity_filter_mode = "whitelist",
    }

Rseding91
Factorio Staff
Factorio Staff
Posts: 13171
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [1.0.0]Missing instruction tooltip in quickbar for selection tool

Post by Rseding91 »

Thanks for the report. It's now fixed for the next release.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Resolved Problems and Bugs”